omxil/mmilapi/unittest/mmpfiles/tsu_milif_omxilif.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        	tsu_milif_omxilif.dll
       
    19 TARGETTYPE    	dll
       
    20 
       
    21 CAPABILITY	All -TCB
       
    22 
       
    23 UID           	0x1000008d KUidMILIFTestSuite
       
    24 VENDORID 	0x70000001
       
    25 
       
    26 SOURCEPATH    	../src
       
    27 SOURCE        	tsu_milif_omxiliftests.cpp
       
    28 SOURCE        	tsu_milif_testsuite.cpp
       
    29 
       
    30 USERINCLUDE 	../src
       
    31 USERINCLUDE	../inc							// CILComponentIf 
       
    32 USERINCLUDE	../../refomxil/inc
       
    33 USERINCLUDE	../../ilif/inc
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 LIBRARY		euser.lib
       
    38 LIBRARY		ecom.lib
       
    39 LIBRARY		testframeworkclient.lib
       
    40 LIBRARY		omxilcoreclient.lib
       
    41 
       
    42 NOSTRICTDEF
       
    43 
       
    44 
       
    45 SMPSAFE