resourcemgmt/hwresourcesmgr/test/te_hwrm/te_hwrm.mmp
changeset 0 4e1aa6a622a0
child 52 d6b9e89d80a3
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			te_hwrm.exe
       
    17 TARGETTYPE		exe
       
    18 UID				0x1000007A 0x101F777C
       
    19 VENDORID        0x70000001
       
    20 CAPABILITY 		all -tcb
       
    21 
       
    22 SOURCEPATH		.
       
    23 SOURCE			hwrmtest.cpp
       
    24 SOURCE			hwrmtestbase.cpp
       
    25 SOURCE			hwrmtestserver.cpp
       
    26 
       
    27 SOURCEPATH		../utils
       
    28 SOURCE			endstatetimer.cpp
       
    29 SOURCE			pspropertyobserver.cpp
       
    30 
       
    31 
       
    32 // Enable this macro to enable audio routing flag
       
    33 // control from test code. 
       
    34 MACRO INSECURE_AUDIO_POLICY_KEYS
       
    35 
       
    36 USERINCLUDE		.
       
    37 USERINCLUDE		../utils
       
    38 USERINCLUDE     ../../include
       
    39 USERINCLUDE     ../../client/inc
       
    40 USERINCLUDE     ../../server/inc
       
    41 
       
    42 #ifndef SYMBIAN_OLD_EXPORT_LOCATION
       
    43 SYSTEMINCLUDE	/epoc32/include/test
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 SYSTEMINCLUDE	/epoc32/include/platform/test
       
    46 SYSTEMINCLUDE	/epoc32/include/platform/hwrm
       
    47 #else
       
    48 SYSTEMINCLUDE	/epoc32/include
       
    49 SYSTEMINCLUDE	/epoc32/include/test
       
    50 SYSTEMINCLUDE	/epoc32/include/hwrm
       
    51 #endif
       
    52 STATICLIBRARY	tefunit.lib
       
    53 LIBRARY			euser.lib
       
    54 LIBRARY			testexecuteutils.lib
       
    55 LIBRARY         rfileloggerclient.lib
       
    56 LIBRARY			testexecutelogclient.lib
       
    57 LIBRARY         hwrmclient.lib 
       
    58 LIBRARY         hwrmvibraclient.lib 
       
    59 LIBRARY         hwrmlightclient.lib 
       
    60 LIBRARY         hwrmfmtxclient.lib 
       
    61 LIBRARY         hwrmextendedlightclient.lib 
       
    62 LIBRARY         hwrmpowerclient.lib 
       
    63 LIBRARY         centralrepository.lib
       
    64 LIBRARY         mockhwrm.lib
       
    65 LIBRARY         mocksy.lib
       
    66 
       
    67 
       
    68 SMPSAFE