sysstatemgmt/ssmcmdlists/data/securitycheckcmdlist.rss
branchRCL_3
changeset 6 6bb05bdcbe09
parent 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
5:1a73e8f1b64d 6:6bb05bdcbe09
     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