sysstatemgmt/systemstatemgr/test/tcmd/group/tintcmd_server.mmp
changeset 0 4e1aa6a622a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstatemgr/test/tcmd/group/tintcmd_server.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,63 @@
+//tintcmd_server.mmp
+
+// Copyright (c) 2008-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:
+//
+
+/**
+ @file
+ @test
+ @internalComponent - Internal Symbian test code 
+*/
+ 
+
+TARGET			tintcmd_server.exe
+TARGETTYPE		exe
+targetpath      /sys/bin
+
+UID				0x1000007A 0xA0009975
+VENDORID 		0x70000001
+// Use KSsmServerName SID on this test server to allow swp keys to be defined and updated
+SECUREID		0x2000D75B
+
+CAPABILITY 		ProtServ PowerMgmt SwEvent ReadDeviceData WriteDeviceData AllFiles
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN 
+
+// production code
+USERINCLUDE		../../../inc
+USERINCLUDE		../../../localinc
+
+// testcode
+USERINCLUDE		../inc
+
+SOURCEPATH		../src
+source 			tintcmd_server.cpp
+source			tcmd_step_ssmcommand.cpp
+
+SOURCEPATH		../resource
+START RESOURCE	tcmd_cmdlist_swp_builtincmd.rss
+TARGETPATH	/resource/ssmatest/bic
+END
+
+LIBRARY			ssmcmn.lib
+LIBRARY			euser.lib 
+LIBRARY			efsrv.lib
+LIBRARY			ssmcmd.lib
+LIBRARY			testexecuteutils.lib 
+LIBRARY			amastart.lib
+LIBRARY			dscstore.lib 
+library			bafl.lib 
+SMPSAFE