mmlibs/mmfw/tsrc/mmfunittest/MmpFiles/MmfMP3Format.mmp
changeset 29 eb1e5d7cc688
parent 26 c36d67f77f75
child 30 9707f1c07383
equal deleted inserted replaced
26:c36d67f77f75 29:eb1e5d7cc688
     1 // Copyright (c) 2003-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 //
       
    15 
       
    16 #include		"../../../inc/mmf/common/mmfbase.hrh"	// for KSharedLibraryUidDefine
       
    17 #include		"../ctlfrm/mp3/inc/MP3Uids.hrh"				// for KUidMP3DllFormat
       
    18 
       
    19 target mmfmp3format.dll
       
    20 CAPABILITY ALL -TCB
       
    21 targettype plugin
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID				0x10009D8D KUidMP3DllFormat
       
    25 VENDORID 0x70000001
       
    26 
       
    27 userinclude		../ctlfrm/mp3/inc
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 sourcepath		../ctlfrm/mp3/MmfMP3Format
       
    32 
       
    33 source			mmfmp3format.cpp
       
    34 source			formatUtils.cpp
       
    35  	
       
    36 
       
    37 start resource 101F7D99.rss
       
    38 target mmfmp3format.rsc
       
    39 end
       
    40 
       
    41 library euser.lib
       
    42 library ecom.lib
       
    43 library	mmfcontrollerframework.lib
       
    44 library mmfserverbaseclasses.lib
       
    45 
       
    46 nostrictdef
       
    47 
       
    48 
       
    49                     
       
    50 
       
    51 SMPSAFE