equal
deleted
inserted
replaced
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
57 r_command_publish_system_state |
57 r_command_publish_system_state |
58 , r_command_ssmutilsrv |
58 , r_command_ssmutilsrv |
59 , r_command_sysmon |
59 , r_command_sysmon |
60 , r_command_sysagt2svr |
60 , r_command_sysagt2svr |
61 , r_command_ewsrv |
61 , r_command_ewsrv |
|
62 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC |
|
63 ,r_cmd_emcore //JHOI-889FRH |
|
64 #endif // SYMBIAN_INCLUDE_APP_CENTRIC |
62 }; |
65 }; |
63 } |
66 } |
64 |
67 |
65 RESOURCE SSM_COMMAND_LIST r_critical_dynamic_commands |
68 RESOURCE SSM_COMMAND_LIST r_critical_dynamic_commands |
66 { |
69 { |
120 { |
123 { |
121 severity = ECmdIgnoreFailure; |
124 severity = ECmdIgnoreFailure; |
122 dsc_id = 0x2000836D; // removing this id will cause a rcomp failure unless dsc_id is #defined in ssmcmd.rh file. |
125 dsc_id = 0x2000836D; // removing this id will cause a rcomp failure unless dsc_id is #defined in ssmcmd.rh file. |
123 } |
126 } |
124 |
127 |
|
128 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC |
|
129 RESOURCE SSM_START_PROCESS_INFO r_cmd_emcore |
|
130 { |
|
131 severity = ECmdCriticalSeverity; |
|
132 name = "Z:\\sys\\bin\\emcore.exe"; |
|
133 execution_behaviour = ESsmWaitForSignal; |
|
134 retries = 5; |
|
135 monitor_info = r_mon_3_restarts_reset; |
|
136 } |
125 |
137 |
|
138 RESOURCE SSM_MONITOR_INFO r_mon_3_restarts_reset |
|
139 { |
|
140 restart_policy = ESsmRestartOS; |
|
141 restart_mode = 0; |
|
142 retries = 3; |
|
143 } |
|
144 |
|
145 #endif // SYMBIAN_INCLUDE_APP_CENTRIC |