sysstatemgmt/systemstateplugins/gsapolicy/group/gsastatepolicystartup.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:34:26 +0100
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

// 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