equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
179 // |
179 // |
180 RESOURCE SSM_START_APP_INFO r_cmd_phone |
180 RESOURCE SSM_START_APP_INFO r_cmd_phone |
181 { |
181 { |
182 priority = 0xFFE3; |
182 priority = 0xFFE3; |
183 name = "z:\\sys\\bin\\phoneui.exe"; |
183 name = "z:\\sys\\bin\\phoneui.exe"; |
184 execution_behaviour = ESsmDeferredWaitForSignal; |
184 execution_behaviour = ESsmFireAndForget; |
185 severity = ECmdCriticalSeverity; |
|
186 retries = 2; |
185 retries = 2; |
187 background = 1; // To background |
186 background = 1; // To background |
188 monitor_info = r_mon_reset; |
187 monitor_info = r_mon_reset; |
189 } |
188 } |
190 |
189 |