sysstatemgmt/systemstateplugins/gsapolicy/group/gsastatepolicystartup.mmp
changeset 0 4e1aa6a622a0
child 59 0f7422b6b602
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstateplugins/gsapolicy/group/gsastatepolicystartup.mmp	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,86 @@
+// 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:
+//
+
+#ifdef WINS
+TARGET			ssm.state.policy.0000.dll
+#else
+TARGET			ssm.state.policy.hw.0000.dll
+#endif
+TARGETTYPE		dll
+UID				0x2000D75D 0x2000D75F
+VENDORID		0x70000001
+
+CAPABILITY		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+USERINCLUDE		../inc
+USERINCLUDE		../../localinc
+
+SOURCEPATH		../src
+SOURCE			gsastatepolicystartup.cpp
+SOURCE			ssmmaxbootattempts_patch.cpp
+
+SOURCEPATH		../../localsrc
+SOURCE			ssmpanic.cpp
+
+DEFFILE			gsastatepolicystartup.def
+
+LIBRARY			euser.lib 
+LIBRARY			ssmcmn.lib
+LIBRARY			ssmcmd.lib
+LIBRARY			bafl.lib
+LIBRARY			efsrv.lib
+LIBRARY			estor.lib
+
+// "/private/<SID of SSM>/startup/<Value of KSystemStartupModeKey>/"
+SOURCEPATH		../resource
+START RESOURCE	gsastartupcmdlist1.rss
+TARGETPATH		/private/2000d75b/startup/1
+END
+
+#if defined(WINS)	//for wins//
+
+SOURCEPATH		../resource/wins
+START RESOURCE	gsastartupcmdlist8.rss
+TARGETPATH		/private/2000d75b/startup/8
+END
+
+// Launch 'sysstart.exe' if startup resource is not found. If 'sysstart.exe' fails, launch 'sysagt2svr.exe' and 'wserv.exe'
+// resource file to fallback to 'sysstart.exe'
+// resource file path format : "z:/private/<SID of SSM>/startup/fallback/"
+SOURCEPATH		../resource/wins
+START RESOURCE	fallbacktosysstart.rss
+TARGETPATH		/private/2000d75b/startup/fallback
+END
+
+#else	//for hardware//
+
+SOURCEPATH		../resource/armv5
+START RESOURCE	gsastartupcmdlist8_target.rss
+TARGETPATH		/private/2000d75b/startup/8
+END
+
+// Launch 'sysstart.exe' if startup resource is not found. If 'sysstart.exe' fails, launch 'sysagt2svr.exe' and 'wserv.exe'
+// resource file to fallback to 'sysstart.exe'
+// resource file path format : "z:/private/<SID of SSM>/startup/fallback/"
+SOURCEPATH		../resource/armv5
+START RESOURCE	fallbacktosysstart_target.rss
+TARGETPATH		/private/2000d75b/startup/fallback
+END
+
+#endif
+
+SMPSAFE