mmlibs/mmfw/tsrc/mmfunittest/MmpFiles/MmfMP3NullCodec.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 mmfmp3nullcodec.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 KUidMP3DllCodec
       
    25 VENDORID 0x70000001
       
    26 
       
    27 userinclude		../ctlfrm/mp3/MmfMP3Format
       
    28 userinclude		../ctlfrm/mp3/inc
       
    29 
       
    30 userinclude		../../../inc
       
    31 userinclude		../../../inc/mmf/common
       
    32 userinclude		../../../inc/mmf/PLUGIN
       
    33 userinclude		../../../inc/mmf/server
       
    34 userinclude		../../../../../devsound/devsoundrefplugin/src/sounddevice
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 sourcepath		../ctlfrm/mp3/MmfMP3NullCodec
       
    39 
       
    40 source	mmfmp3Codec.cpp
       
    41 
       
    42 start resource 101F7D9A.rss
       
    43 target mmfmp3nullcodec.rsc
       
    44 end
       
    45 
       
    46 library euser.lib
       
    47 library ecom.lib
       
    48 
       
    49 nostrictdef
       
    50 
       
    51 
       
    52                     
       
    53 
       
    54 SMPSAFE