os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/mmpfiles/MmfMP3Format.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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