resourcemgmt/hwresourcesmgr/test/multiclient/mctest_f/mctest_f.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 TARGET			mctest_f.exe
       
    17 TARGETTYPE		exe
       
    18 UID				0x102857BB	0x102857BB
       
    19 VENDORID        0x70000001
       
    20 CAPABILITY 		all -tcb
       
    21 
       
    22 SOURCEPATH		.
       
    23 SOURCE			main.cpp
       
    24 SOURCE			mctest_f.cpp
       
    25 
       
    26 SOURCEPATH      ../common
       
    27 SOURCE			testcasecontroller.cpp
       
    28 SOURCE          TestScheduler.cpp
       
    29 
       
    30 SOURCEPATH		../McFramework
       
    31 SOURCE            McFramework.cpp
       
    32 
       
    33 USERINCLUDE		.
       
    34 USERINCLUDE     ../common
       
    35 USERINCLUDE		../McFramework
       
    36 
       
    37 #ifndef SYMBIAN_OLD_EXPORT_LOCATION
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 SYSTEMINCLUDE	/epoc32/include/platform/hwrm
       
    41 #else
       
    42 SYSTEMINCLUDE	/epoc32/include
       
    43 SYSTEMINCLUDE	/epoc32/include/hwrm
       
    44 #endif
       
    45 
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY			euser.lib
       
    48 LIBRARY			efsrv.lib 
       
    49 LIBRARY			estor.lib
       
    50 LIBRARY         hwrmclient.lib 
       
    51 LIBRARY         hwrmvibraclient.lib 
       
    52 LIBRARY         hwrmlightclient.lib 
       
    53 LIBRARY         hwrmextendedlightclient.lib
       
    54 LIBRARY         hwrmfmtxclient.lib 
       
    55 
       
    56 SMPSAFE