omxil/mmilapi/unittest/mmpfiles/dummypcmrenderer.mmp
changeset 56 b6488ac24ddc
parent 47 481b3bce574a
child 57 1cbb0d5bf7f2
equal deleted inserted replaced
47:481b3bce574a 56:b6488ac24ddc
     1 // Copyright (c) 2008-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/iltestuids.hrh"
       
    17 
       
    18 TARGET			dummypcmrenderer.dll 
       
    19 TARGETTYPE		plugin
       
    20 
       
    21 CAPABILITY		ALL -TCB
       
    22 
       
    23 UID			KECOMPluginUidDefine KUidDummyPcmRendererMILIFPluginDll 
       
    24 VENDORID		0x70000001
       
    25 
       
    26 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    27 USERINCLUDE		../../../../mmdevicefw/mdf/src/audio/mdasoundadapter
       
    28 #endif
       
    29 
       
    30 SOURCEPATH		../test_plugins/dummypcmrenderer
       
    31 SOURCE			dummypcmrenderer.cpp
       
    32 
       
    33 USERINCLUDE		../test_plugins/dummypcmrenderer
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../../ilif/inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 RESOURCE		dummypcmrenderer.rss	
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY			ecom.lib
       
    43 LIBRARY			mmfserverbaseclasses.lib 
       
    44 
       
    45 
       
    46 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    47 LIBRARY			mdasoundadapter.lib
       
    48 #endif
       
    49 
       
    50 
       
    51                     
       
    52 
       
    53 SMPSAFE