resourcemgmt/hwresourcesmgr/test/te_hwrm/te_hwrm.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:34:26 +0100
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

TARGET			te_hwrm.exe
TARGETTYPE		exe
UID				0x1000007A 0x101F777C
VENDORID        0x70000001
CAPABILITY 		all -tcb

SOURCEPATH		.
SOURCE			hwrmtest.cpp
SOURCE			hwrmtestbase.cpp
SOURCE			hwrmtestserver.cpp

SOURCEPATH		../utils
SOURCE			endstatetimer.cpp
SOURCE			pspropertyobserver.cpp


// Enable this macro to enable audio routing flag
// control from test code. 
MACRO INSECURE_AUDIO_POLICY_KEYS

USERINCLUDE		.
USERINCLUDE		../utils
USERINCLUDE     ../../include
USERINCLUDE     ../../client/inc
USERINCLUDE     ../../server/inc

#ifndef SYMBIAN_OLD_EXPORT_LOCATION
SYSTEMINCLUDE	/epoc32/include/test
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
SYSTEMINCLUDE	/epoc32/include/platform/test
SYSTEMINCLUDE	/epoc32/include/platform/hwrm
#else
SYSTEMINCLUDE	/epoc32/include
SYSTEMINCLUDE	/epoc32/include/test
SYSTEMINCLUDE	/epoc32/include/hwrm
#endif
STATICLIBRARY	tefunit.lib
LIBRARY			euser.lib
LIBRARY			testexecuteutils.lib
LIBRARY         rfileloggerclient.lib
LIBRARY			testexecutelogclient.lib
LIBRARY         hwrmclient.lib 
LIBRARY         hwrmvibraclient.lib 
LIBRARY         hwrmlightclient.lib 
LIBRARY         hwrmfmtxclient.lib 
LIBRARY         hwrmextendedlightclient.lib 
LIBRARY         hwrmpowerclient.lib 
LIBRARY         centralrepository.lib
LIBRARY         mockhwrm.lib
LIBRARY         mocksy.lib


SMPSAFE