omxil/mmilapi/unittest/mmpfiles/omxildummybaseilif.mmp
changeset 0 40261b775718
child 16 eedf2dcd43c6
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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			omxildummybaseilif.dll 
       
    19 TARGETTYPE		dll
       
    20 
       
    21 CAPABILITY		All -TCB
       
    22 
       
    23 UID			KSharedLibraryUidDefine KUidOmxILDummyBaseMILIFPluginDll 
       
    24 VENDORID		0x70000001
       
    25 
       
    26 
       
    27 SOURCEPATH		../../refomxil/src/omxilgenericilif
       
    28 SOURCE			omxilgenericilifbodyimpl.cpp
       
    29 SOURCE			omxilcoreutils.cpp
       
    30 SOURCEPATH		../test_plugins/omxildummybaseilif
       
    31 SOURCE			omxildummybaseilif.cpp
       
    32 SOURCE			omxildummybaseilifbody.cpp
       
    33 SOURCE			omxildummybaseportilif.cpp
       
    34 
       
    35 USERINCLUDE     	../test_plugins/omxildummybaseilif		
       
    36 USERINCLUDE		../inc									
       
    37 USERINCLUDE		../../refomxil/inc				
       
    38 USERINCLUDE		../../ilif/inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			ecom.lib
       
    44 LIBRARY			mmfserverbaseclasses.lib 
       
    45 LIBRARY			omxilcoreclient.lib
       
    46 
       
    47 
       
    48 NOSTRICTDEF
       
    49 
       
    50 SMPSAFE