os/graphics/windowing/windowserver/test/resource/armv5/SSCForStartupMode7_target.rss
Update contrib.
1 // Copyright (c) 2004-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 // This file has been based on
19 // app-framework/sysstart/resource/armv5/SSCForStartupMode0_target.rss
20 // It is customized for running the wserv tests using wshell.
25 // THIS MUST BE THE FIRST RESOURCE. The system relies on
26 // this having a resource ID of 1
28 RESOURCE STARTUP_ENTRY_POINT r_entry_point
30 entry_point = r_startup_state_critical_static;
37 // CRITICAL-STATIC startup state
39 RESOURCE STATE_INFO r_startup_state_critical_static
41 id = EStartupStateCriticalStatic;
42 name = "Critical Static";
43 command_list = r_critical_static_commands;
44 next = r_startup_state_critical_dynamic;
47 RESOURCE COMMAND_ARRAY r_critical_static_commands
53 path = "Z:\\sys\\bin\\SysAgt2Svr.exe";
54 start_method = EWaitForStart;
55 no_of_retries_on_failure = 2;
59 path = "Z:\\sys\\bin\\fbserv.exe";
60 start_method = EWaitForStart;
61 no_of_retries_on_failure = 1;
65 path = "Z:\\sys\\bin\\ewsrv.exe";
66 start_method = EWaitForStart;
72 // CRITICAL-DYNAMIC startup state
74 RESOURCE STATE_INFO r_startup_state_critical_dynamic
76 id = EStartupStateCriticalDynamic;
77 name = "Critical Dynamic";
78 command_list = r_critical_dynamic_commands;
79 next = r_startup_state_non_critical;
82 RESOURCE COMMAND_ARRAY r_critical_dynamic_commands
90 // NON-CRITICAL startup state
92 RESOURCE STATE_INFO r_startup_state_non_critical
94 id = EStartupStateNonCritical;
95 name = "Non-critical";
96 command_list = r_non_critical_commands;
97 next = 0; // No more state transitions
100 RESOURCE COMMAND_ARRAY r_non_critical_commands