os/mm/mmplugins/mmfwplugins/MMPFiles/Plugin/MmfAUFormat.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // mmfauformat.dll AU file format plugin
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 target mmfauformat.dll
    24 CAPABILITY ALL -TCB
    25 targettype plugin
    26 UNPAGED
    27 
    28 // ECom Dll recognition UID followed by the unique UID for this dll
    29 UID 0x10009D8D 0x101F5C11
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH		../../src/Plugin/Format/MmfAUFormat
    33 SOURCE			mmfAUformat.cpp 
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 USERINCLUDE		../../../../mmlibs/mmfw/src/Plugin/Format/FormatUtils
    38 
    39 
    40 start resource 101F5C11.rss
    41 target mmfauformat.rsc
    42 end
    43 
    44 LIBRARY euser.lib
    45 LIBRARY	mmfcontrollerframework.lib
    46 LIBRARY ecom.lib
    47 LIBRARY mmfformatbaseclasses.lib
    48 
    49 SMPSAFE