omxil/mmilapi/unittest/mmpfiles/omxilvorbdechwdevice.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			omxilvorbdechwdevice.dll 
       
    19 TARGETTYPE		plugin
       
    20 
       
    21 CAPABILITY		All -TCB
       
    22 
       
    23 UID			KECOMPluginUidDefine  KUidOmxILVorbDecHwDeviceDll 
       
    24 VENDORID		0x70000001
       
    25 
       
    26 SOURCEPATH		../test_plugins/audioilhwdevice_mvs_test/omxilvorbdechwdevice
       
    27 SOURCE			omxilvorbdechwdevice.cpp
       
    28 
       
    29 USERINCLUDE     	../test_plugins/audioilhwdevice_mvs_test/omxilvorbdechwdevice	
       
    30 USERINCLUDE     	../test_plugins/omxildummybaseilif					// Generic implementation of milif API for OMX as a plugin
       
    31 USERINCLUDE     	../test_plugins/dummypcmrenderer					// CDummyPcmRenderer plugin
       
    32 USERINCLUDE		../inc									// CILComponentIf 
       
    33 USERINCLUDE		../../refomxil/inc							// omxilcomponent headers
       
    34 USERINCLUDE		../../ilif/inc
       
    35 
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 RESOURCE		omxilvorbdechwdevice.rss
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY			ecom.lib
       
    43 LIBRARY			mmcommonutils.lib
       
    44 LIBRARY			mmfserverbaseclasses.lib 
       
    45 LIBRARY			omxilcoreclient.lib
       
    46 
       
    47 
       
    48 
       
    49 SMPSAFE