resourcemgmt/hwresourcesmgr/test/multiclient/hwrmtests/hwrmtests.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resourcemgmt/hwresourcesmgr/test/multiclient/hwrmtests/hwrmtests.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,55 @@
+// 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          hwrmtests.exe
+TARGETTYPE	    exe
+UID             0x102857BB 0x102857BB // 0
+VENDORID        0x70000001
+CAPABILITY      all -tcb
+
+SOURCEPATH		.
+SOURCE			main.cpp
+SOURCE			hwrmtests.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         centralrepository.lib
+LIBRARY			euser.lib
+LIBRARY			efsrv.lib 
+LIBRARY			estor.lib
+LIBRARY         hwrmclient.lib 
+LIBRARY         hwrmvibraclient.lib 
+LIBRARY         hwrmlightclient.lib 
+LIBRARY         hwrmextendedlightclient.lib 
+LIBRARY         hwrmfmtxclient.lib 
+
+SMPSAFE