sysstatemgmt/systemstatereferenceplugins/test/tclayer/group/tclayer_serverwithssm.mmp
changeset 0 4e1aa6a622a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstatereferenceplugins/test/tclayer/group/tclayer_serverwithssm.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,51 @@
+// Copyright (c) 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:
+//tclayer_serverwithssm.exe CLayer test server.
+//test for set state of RStarterSession::SetState.
+//test rfstatusswp transition failure when process does not have WriteDeviceData or PowerMgmt Capabilities.
+//test for reset network behaviour of RStarterSession::ResetNetwork.
+//test for RStarterSession::IsRTCTimeValid.
+
+/**
+ @file
+ @test
+ @internalComponent - Internal Symbian test code
+*/
+
+
+TARGET			tclayer_serverwithssm.exe
+TARGETTYPE		exe
+UID				0x1000007A 0x2001D2AB
+TARGETPATH		/sys/bin
+VENDORID		0x70000001
+
+CAPABILITY		PowerMgmt WriteDeviceData
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+// testcode
+USERINCLUDE		../inc
+
+SOURCEPATH		../src
+SOURCE			tclayer_serverwithssm.cpp
+SOURCE			tclayer_step_startersessionwithssm.cpp
+
+LIBRARY			euser.lib
+LIBRARY			efsrv.lib
+LIBRARY			testexecuteutils.lib
+LIBRARY			ssmcmn.lib
+LIBRARY			starterclient.lib
+LIBRARY			ssmuiproviderdll.lib
+
+SMPSAFE