sysstatemgmt/systemstateplugins/test/tappgsapolicy/group/sspluginstest_tappgsapolicy.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 02:28:24 +0300
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201039 Kit: 201039

// Copyright (c) 2008-2010 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

USERINCLUDE		../../../../ssmpolicyplugins/cenrep
LIBRARY     euser.lib 
LIBRARY		apparc.lib 
LIBRARY		apgrfx.lib 
LIBRARY		cone.lib 
LIBRARY		eikcore.lib
LIBRARY		estor.lib
LIBRARY		efsrv.lib 
LIBRARY		bafl.lib
LIBRARY     centralrepository.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