sysstatemgmt/systemstateplugins/test/tappgsapolicy/group/sspluginstest_tappgsapolicy.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstateplugins/test/tappgsapolicy/group/sspluginstest_tappgsapolicy.mmp Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,77 @@
+// 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:
+// testapppersistreboots.mmp
+//
+//
+
+TARGET tappgsapolicy.exe
+TARGETTYPE exe
+CAPABILITY AllFiles
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+UID 0x100039CE 0xA0008E5D
+VENDORID 0x70000001
+
+//Secure id of sysstatemgr.exe for allowing swp keys to be defined and updated
+SECUREID 0x2000D75B
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+SOURCEPATH ../src
+SOURCE sspluginstest_tappgsapolicy.cpp
+
+LIBRARY euser.lib
+LIBRARY apparc.lib
+LIBRARY apgrfx.lib
+LIBRARY cone.lib
+LIBRARY eikcore.lib
+LIBRARY estor.lib
+LIBRARY efsrv.lib
+LIBRARY bafl.lib
+
+// Registration file
+SOURCEPATH ../resource
+START RESOURCE sspluginstest_tappgsapolicy_reg.rss
+TARGETPATH /private/10003a3f/apps
+END
+
+// Registration file
+SOURCEPATH ../resource
+START RESOURCE gsastartupcmdlist7_target.rss
+TARGETPATH private/2000d75b/startup/7
+END
+
+// This part is to test multiple resource files having the same sub-state
+// Please uncomment this comment block and build agina to execute these tests.
+/*
+#if defined(WINS) //for wins//
+
+SOURCEPATH ../resource
+START RESOURCE tgsastartupcmdlistwithduplicatesubstate.rss
+TARGETPATH /private/2000d75b/startup/0
+END
+
+#else //for hardware//
+
+SOURCEPATH ../resource
+START RESOURCE tgsastartupcmdlistwithduplicatesubstate.rss
+TARGETPATH private/2000d75b/startup/7
+END
+
+#endif
+*/
+
+SMPSAFE