resourcemgmt/hwresourcesmgr/test/plugins/MockHwrmSY/MockHwrmSY/group/mockhwrmsy.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resourcemgmt/hwresourcesmgr/test/plugins/MockHwrmSY/MockHwrmSY/group/mockhwrmsy.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,63 @@
+// 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          mockhwrmsy.dll
+TARGETTYPE      PLUGIN
+UID             0x10009D8D 0x9989FF33
+VENDORID 		0x70000001
+
+CAPABILITY 		ALL -Tcb
+
+START RESOURCE mockhwrmsy.rss 
+TARGET mockhwrmsy.rsc
+END
+
+USERINCLUDE     ../inc
+USERINCLUDE     ../../MockHwrmDll/inc
+USERINCLUDE     ../../../../../server/plugininc
+SYSTEMINCLUDE   /epoc32/include/ecom
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+#ifdef SYMBIAN_OLD_EXPORT_LOCATION
+SYSTEMINCLUDE   /epoc32/include/hwrm
+#endif
+
+SOURCEPATH      ../src
+
+SOURCE			proxy.cpp
+
+SOURCE			cmockhwrmpluginsy.cpp
+SOURCE			cmockhwrmpluginengine.cpp
+
+SOURCE			cmocklightsy.cpp
+SOURCE			cmocklightengine.cpp
+
+SOURCE			cmockvibrasy.cpp
+SOURCE			cmockvibraengine.cpp
+
+SOURCE			cmockfmtxsy.cpp
+SOURCE			cmockfmtxengine.cpp
+
+SOURCE			cmockpowerstatesy.cpp
+SOURCE			cmockpowerstateengine.cpp
+
+SOURCE			cmockpowersy.cpp
+SOURCE			cmockpowerengine.cpp
+
+LIBRARY         mocksy.lib 
+LIBRARY         mockhwrm.lib 
+LIBRARY         euser.lib 
+LIBRARY			ecom.lib
+
+SMPSAFE