sysstatemgmt/systemstateplugins/gsapolicy/group/gsastatepolicystartup.mmp
changeset 0 4e1aa6a622a0
child 59 0f7422b6b602
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifdef WINS
       
    17 TARGET			ssm.state.policy.0000.dll
       
    18 #else
       
    19 TARGET			ssm.state.policy.hw.0000.dll
       
    20 #endif
       
    21 TARGETTYPE		dll
       
    22 UID				0x2000D75D 0x2000D75F
       
    23 VENDORID		0x70000001
       
    24 
       
    25 CAPABILITY		DiskAdmin PowerMgmt ProtServ SwEvent WriteDeviceData ReadDeviceData
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 USERINCLUDE		../inc
       
    30 USERINCLUDE		../../localinc
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			gsastatepolicystartup.cpp
       
    34 SOURCE			ssmmaxbootattempts_patch.cpp
       
    35 
       
    36 SOURCEPATH		../../localsrc
       
    37 SOURCE			ssmpanic.cpp
       
    38 
       
    39 DEFFILE			gsastatepolicystartup.def
       
    40 
       
    41 LIBRARY			euser.lib 
       
    42 LIBRARY			ssmcmn.lib
       
    43 LIBRARY			ssmcmd.lib
       
    44 LIBRARY			bafl.lib
       
    45 LIBRARY			efsrv.lib
       
    46 LIBRARY			estor.lib
       
    47 
       
    48 // "/private/<SID of SSM>/startup/<Value of KSystemStartupModeKey>/"
       
    49 SOURCEPATH		../resource
       
    50 START RESOURCE	gsastartupcmdlist1.rss
       
    51 TARGETPATH		/private/2000d75b/startup/1
       
    52 END
       
    53 
       
    54 #if defined(WINS)	//for wins//
       
    55 
       
    56 SOURCEPATH		../resource/wins
       
    57 START RESOURCE	gsastartupcmdlist8.rss
       
    58 TARGETPATH		/private/2000d75b/startup/8
       
    59 END
       
    60 
       
    61 // Launch 'sysstart.exe' if startup resource is not found. If 'sysstart.exe' fails, launch 'sysagt2svr.exe' and 'wserv.exe'
       
    62 // resource file to fallback to 'sysstart.exe'
       
    63 // resource file path format : "z:/private/<SID of SSM>/startup/fallback/"
       
    64 SOURCEPATH		../resource/wins
       
    65 START RESOURCE	fallbacktosysstart.rss
       
    66 TARGETPATH		/private/2000d75b/startup/fallback
       
    67 END
       
    68 
       
    69 #else	//for hardware//
       
    70 
       
    71 SOURCEPATH		../resource/armv5
       
    72 START RESOURCE	gsastartupcmdlist8_target.rss
       
    73 TARGETPATH		/private/2000d75b/startup/8
       
    74 END
       
    75 
       
    76 // Launch 'sysstart.exe' if startup resource is not found. If 'sysstart.exe' fails, launch 'sysagt2svr.exe' and 'wserv.exe'
       
    77 // resource file to fallback to 'sysstart.exe'
       
    78 // resource file path format : "z:/private/<SID of SSM>/startup/fallback/"
       
    79 SOURCEPATH		../resource/armv5
       
    80 START RESOURCE	fallbacktosysstart_target.rss
       
    81 TARGETPATH		/private/2000d75b/startup/fallback
       
    82 END
       
    83 
       
    84 #endif
       
    85 
       
    86 SMPSAFE