resourcemgmt/hwresourcesmgr/test/multiclient/mctest_b/mctest_b.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			mctest_b.exe
TARGETTYPE		exe
UID				0x102857BC	0x102857BC
VENDORID        0x70000001
CAPABILITY 		all -tcb

SOURCEPATH		.
SOURCE			main.cpp
SOURCE			mctest_b.cpp

SOURCEPATH      ../common
SOURCE			testcasecontroller.cpp
SOURCE          TestScheduler.cpp

SOURCEPATH		../McFramework
SOURCE            McFramework.cpp

USERINCLUDE		.
USERINCLUDE     ../common
USERINCLUDE		../McFramework

#ifndef SYMBIAN_OLD_EXPORT_LOCATION
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
SYSTEMINCLUDE	/epoc32/include/platform/hwrm
#else
SYSTEMINCLUDE	/epoc32/include
SYSTEMINCLUDE	/epoc32/include/hwrm
#endif

LIBRARY			euser.lib
LIBRARY			efsrv.lib 
LIBRARY			estor.lib
LIBRARY         hwrmclient.lib 
LIBRARY         hwrmvibraclient.lib 
LIBRARY         hwrmlightclient.lib  
LIBRARY         hwrmextendedlightclient.lib
LIBRARY         hwrmfmtxclient.lib 
LIBRARY         centralrepository.lib

SMPSAFE