author | Tom Pritchard <tomp@symbian.org> |
Wed, 13 Oct 2010 17:18:04 +0100 | |
branch | system_startup |
changeset 36 | ec9266033bd7 |
parent 30 | 292fee808849 |
child 84 | dccd79965400 |
permissions | -rw-r--r-- |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
1 |
/* |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
8 |
* |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
11 |
* |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
13 |
* |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
14 |
* Description: |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
15 |
* Command list for the UI-Services startup state (UI shell version) for minimal startup. |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
16 |
* |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
17 |
*/ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
18 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
19 |
#include <ssm/conditionresourcetypes.rh> |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
20 |
#include <ssm/ssmcmd.rh> |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
21 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
22 |
#include "ssmsubstateext.hrh" |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
23 |
#include "ssmdlldatadefs.rh" |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
24 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
25 |
// Identify command list type |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
26 |
UID2 KUidSsmCommandListResourceFile |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
27 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
28 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
29 |
// r_entry_point |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
30 |
// This must be the first resource |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
31 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
32 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
33 |
RESOURCE SSM_COMMAND_LIST_ROOT r_entry_point |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
34 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
35 |
command_list_mapping = r_map; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
36 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
37 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
38 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
39 |
// r_map |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
40 |
// Mapping of command list ids to resource ids. |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
41 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
42 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
43 |
RESOURCE SSM_COMMAND_LIST_MAPPING r_map |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
44 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
45 |
mappings = |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
46 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
47 |
SSM_COMMANDLISTID_TO_RESOURCEID |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
48 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
49 |
command_list_id = ESsmStateStartingUiServices; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
50 |
resource_id = r_cmds; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
51 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
52 |
}; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
53 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
54 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
55 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
56 |
// Command lists in alphabetical order |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
57 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
58 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
59 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
60 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
61 |
// r_cmds |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
62 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
63 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
64 |
RESOURCE SSM_COMMAND_LIST r_cmds |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
65 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
66 |
commands = |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
67 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
68 |
r_cmd_sastate, // This needs to be the first command in state, prio 0xFFF2 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
69 |
r_cmd_publishstate, // prio 0xFFF1 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
70 |
r_cmd_psstate, // prio 0xFFF0 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
71 |
// prio 0xFFE7 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
72 |
r_cmd_startupmode, |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
73 |
r_cmd_loadpowersup, |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
74 |
// prio 0xFFD7 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
75 |
//TomP r_cmd_rfsfirstboot, |
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
76 |
//TomP r_cmd_rfsdeep, |
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
77 |
//TomP r_cmd_rfsnormal, |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
78 |
// prio 0xFFC7 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
79 |
//TomP r_cmd_initclkeys, |
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
80 |
//TomP r_cmd_initramdrive, |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
81 |
// prio 0xFFA7 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
82 |
r_cmd_splash, |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
83 |
// prio 0xFF97 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
84 |
//TomP r_cmd_rtc, |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
85 |
// prio 0xFF96 - rtc (tzsrv, cntsrv, mediator & hwrmsrv have been moved to extended startup list but use the same multiplewait command) |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
86 |
r_cmd_multiwaitforever1, |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
87 |
// prio 0xFF87 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
88 |
//TomP r_cmd_accsrv, |
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
89 |
//TomP r_cmd_selectlanguage, // Select UI language to use |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
90 |
// prio 0xFF86 - accsrv, seleclanguage (dbrecovery has been moved to extended startup list but uses the same multiplewait command) |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
91 |
r_cmd_multiwaitforever2, |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
92 |
// prio 0xFF85 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
93 |
//TomP r_cmd_loadlocalesup, // Observes changes in locale data |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
94 |
// prio 0xFF79 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
95 |
r_cmd_aknstart, // UI Framework |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
96 |
// prio 0xFF77 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
97 |
r_cmd_apparc_init // Init application framework |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
98 |
// prio 0xFF75 |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
99 |
//TomP r_cmd_rfspostui // Restore factory settings - after UI framework is up |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
100 |
}; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
101 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
102 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
103 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
104 |
// Command items in alphabetical order |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
105 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
106 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
107 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
108 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
109 |
// r_cmd_accsrv |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
110 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
111 |
// |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
112 |
/* |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
113 |
RESOURCE SSM_START_PROCESS_INFO r_cmd_accsrv |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
114 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
115 |
priority = 0xFF87; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
116 |
name = "Z:\\sys\\bin\\accserver.exe"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
117 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
118 |
execution_behaviour = ESsmWaitForSignal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
119 |
monitor_info = r_mon_3_restarts_reset; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
120 |
} |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
121 |
*/ |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
122 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
123 |
// r_cmd_aknstart |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
124 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
125 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
126 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_aknstart |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
127 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
128 |
priority = 0xFF79; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
129 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
130 |
dllname = "akncustcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
131 |
ordinal = 1; // AknCapServerStart |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
132 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
133 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
134 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
135 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
136 |
// r_cmd_apparc_init |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
137 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
138 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
139 |
RESOURCE SSM_WAIT_FOR_APPARC_INIT r_cmd_apparc_init |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
140 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
141 |
priority = 0xFF77; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
142 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
143 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
144 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
145 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
146 |
// r_cmd_initclkeys |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
147 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
148 |
// |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
149 |
/* |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
150 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_initclkeys |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
151 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
152 |
priority = 0xFFC7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
153 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
154 |
execution_behaviour = ESsmDeferredWaitForSignal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
155 |
dllname = "ssmsystemcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
156 |
ordinal = 3; // InitCriticalLevels |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
157 |
unload_on_finish = ENeverUnload; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
158 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
159 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
160 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
161 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
162 |
// r_cmd_initramdrive |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
163 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
164 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
165 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_initramdrive |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
166 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
167 |
priority = 0xFFC7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
168 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
169 |
execution_behaviour = ESsmDeferredWaitForSignal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
170 |
dllname = "customcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
171 |
ordinal = 14; // InitRamDrive |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
172 |
unload_on_finish = ENeverUnload; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
173 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
174 |
} |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
175 |
*/ |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
176 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
177 |
// r_cmd_loadlocalesup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
178 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
179 |
// |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
180 |
/* |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
181 |
RESOURCE SSM_START_SSM_UTILITY_PLUGIN r_cmd_loadlocalesup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
182 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
183 |
priority = 0xFF85; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
184 |
filename = "ssmlocaleobserversup.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
185 |
ordinal = 1; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
186 |
} |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
187 |
*/ |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
188 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
189 |
// r_cmd_loadpowersup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
190 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
191 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
192 |
RESOURCE SSM_START_SSM_UTILITY_PLUGIN r_cmd_loadpowersup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
193 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
194 |
priority = 0xFFE7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
195 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
196 |
filename = "ssmpowersup.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
197 |
ordinal = 1; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
198 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
199 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
200 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
201 |
// r_cmd_multiwaitforever1 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
202 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
203 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
204 |
RESOURCE SSM_MULTIPLE_WAIT r_cmd_multiwaitforever1 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
205 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
206 |
priority = 0xFF96; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
207 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
208 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
209 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
210 |
// r_cmd_multiwaitforever2 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
211 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
212 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
213 |
RESOURCE SSM_MULTIPLE_WAIT r_cmd_multiwaitforever2 |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
214 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
215 |
priority = 0xFF86; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
216 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
217 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
218 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
219 |
// r_cmd_psstate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
220 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
221 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
222 |
RESOURCE SSM_SET_PUBLISH_AND_SUBSCRIBE r_cmd_psstate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
223 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
224 |
priority = 0xFFF0; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
225 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
226 |
category = 0x101F8766; // KPSUidStartup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
227 |
key = 0x00000041; // KPSGlobalSystemState |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
228 |
value = 100; // ESwStateStartingUiServices |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
229 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
230 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
231 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
232 |
// r_cmd_publishstate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
233 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
234 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
235 |
RESOURCE SSM_PUBLISH_SYSTEM_STATE r_cmd_publishstate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
236 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
237 |
priority = 0xFFF1; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
238 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
239 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
240 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
241 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
242 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
243 |
// r_cmd_rfsdeep |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
244 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
245 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
246 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfsdeep |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
247 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
248 |
priority = 0xFFD7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
249 |
dllname = "rfscustcmd.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
250 |
ordinal = 2; // RfsCustCmdDeepNewL |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
251 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
252 |
conditional_information = r_cond_cenrep_rfs_deep; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
253 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
254 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
255 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
256 |
// r_cmd_rfsfirstboot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
257 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
258 |
// |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
259 |
/* |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
260 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfsfirstboot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
261 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
262 |
priority = 0xFFD7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
263 |
dllname = "rfscustcmd.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
264 |
ordinal = 1; // RfsCustCmdFirstBootNewL |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
265 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
266 |
conditional_information = r_cond_ps_firstboot; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
267 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
268 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
269 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
270 |
// r_cmd_rfsnormal |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
271 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
272 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
273 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfsnormal |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
274 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
275 |
priority = 0xFFD7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
276 |
dllname = "rfscustcmd.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
277 |
ordinal = 3; // RfsCustCmdPreUiNewL |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
278 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
279 |
conditional_information = r_cond_cenrep_rfs_normal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
280 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
281 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
282 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
283 |
// r_cmd_rfspostui |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
284 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
285 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
286 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfspostui |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
287 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
288 |
priority = 0xFF77; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
289 |
dllname = "rfscustcmd.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
290 |
ordinal = 4; // RfsCustCmdPostUiNewL |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
291 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
292 |
conditional_information = r_cond_cenrep_rfs_normal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
293 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
294 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
295 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
296 |
// r_cmd_rtc |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
297 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
298 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
299 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rtc |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
300 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
301 |
priority = 0xFF97; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
302 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
303 |
dllname = "customcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
304 |
ordinal = 12; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
305 |
execution_behaviour = ESsmDeferredWaitForSignal; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
306 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
307 |
} |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
308 |
*/ |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
309 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
310 |
// r_cmd_sastate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
311 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
312 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
313 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_sastate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
314 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
315 |
priority = 0xFFF2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
316 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
317 |
dllname = "customcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
318 |
ordinal = 8; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
319 |
unload_on_finish = ENeverUnload; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
320 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
321 |
dll_data = r_dlldata_sastate; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
322 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
323 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
324 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
325 |
// r_cmd_selectlanguage |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
326 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
327 |
// |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
328 |
/* |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
329 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_selectlanguage |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
330 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
331 |
priority = 0xFF87; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
332 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
333 |
dllname = "ssmlangselcmd.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
334 |
ordinal = 1; // SelectLanguage |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
335 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
336 |
} |
30
292fee808849
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
Tom Pritchard <tomp@symbian.org>
parents:
13
diff
changeset
|
337 |
*/ |
13
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
338 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
339 |
// r_cmd_splash |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
340 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
341 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
342 |
RESOURCE SSM_START_PROCESS_INFO r_cmd_splash |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
343 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
344 |
priority = 0xFFA7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
345 |
name = "Z:\\sys\\bin\\splashscreen.exe"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
346 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
347 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
348 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
349 |
// r_cmd_startupmode |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
350 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
351 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
352 |
RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_startupmode |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
353 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
354 |
priority = 0xFFE7; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
355 |
severity = ECmdCriticalSeverity; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
356 |
dllname = "customcmds.dll"; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
357 |
ordinal = 9; // GetStartupMode |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
358 |
unload_on_finish = ENeverUnload; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
359 |
retries = 2; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
360 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
361 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
362 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
363 |
// DLL data items in alphabetical order |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
364 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
365 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
366 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
367 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
368 |
// r_dlldata_sastate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
369 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
370 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
371 |
RESOURCE CMD_PARAM_STATE_CHANGE r_dlldata_sastate |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
372 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
373 |
mainstate = 0; // ESsmStartup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
374 |
substate = ESsmStateStartingUiServices; |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
375 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
376 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
377 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
378 |
// Conditional blocks in alphabetical order |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
379 |
// =========================================================================== |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
380 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
381 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
382 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
383 |
// r_cond_ps_firstboot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
384 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
385 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
386 |
RESOURCE SSM_CND_PUB_SUB_VALUE r_cond_ps_firstboot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
387 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
388 |
category = 0x101F8766; // KPSUidStartup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
389 |
key = 0x00000013; // KPSStartupFirstBoot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
390 |
value = 101; // EPSStartupFirstBoot |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
391 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
392 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
393 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
394 |
// r_cond_cenrep_rfs_deep |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
395 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
396 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
397 |
RESOURCE SSM_CND_CENT_REP_VALUE r_cond_cenrep_rfs_deep |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
398 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
399 |
repository_id = 0x101F8762; // KCRUidStartup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
400 |
key = 0x00000002; // KStartupReason |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
401 |
value = 103; // EDeepRFSReset |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
402 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
403 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
404 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
405 |
// r_cond_cenrep_rfs_normal |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
406 |
// --------------------------------------------------------------------------- |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
407 |
// |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
408 |
RESOURCE SSM_CND_CENT_REP_VALUE r_cond_cenrep_rfs_normal |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
409 |
{ |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
410 |
repository_id = 0x101F8762; // KCRUidStartup |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
411 |
key = 0x00000002; // KStartupReason |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
412 |
value = 102; // ENormalRFSReset |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
413 |
} |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
414 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
415 |
|
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
416 |
// monitoring.rss contains resource definitions, so it may not be included |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
417 |
// before entry point. |
4f959124999b
Added group & startup directories, which build "stem_" versions of the myriad ssmcmdlist resources in private\2000d75b
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
418 |
#include "stem_monitoring.rss" |