sysstatemgmt/ssmcmdlists/data/failcmdlist.rss
changeset 70 653a8b91b95e
parent 0 4e1aa6a622a0
equal deleted inserted replaced
64:61992147389a 70:653a8b91b95e
     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".
   175 RESOURCE SSM_START_APP_INFO r_cmd_sysap
   175 RESOURCE SSM_START_APP_INFO r_cmd_sysap
   176     {
   176     {
   177     priority = 0xFFE7;
   177     priority = 0xFFE7;
   178     name = "Z:\\sys\\bin\\sysap.exe";
   178     name = "Z:\\sys\\bin\\sysap.exe";
   179     execution_behaviour = ESsmDeferredWaitForSignal;
   179     execution_behaviour = ESsmDeferredWaitForSignal;
   180     severity = ECmdCriticalSeverity;
       
   181     retries = 2;
   180     retries = 2;
   182     background = 1; // To background
   181     background = 1; // To background
   183     monitor_info = r_mon_reset;
       
   184     }
   182     }
   185 
   183 
   186 // ===========================================================================
   184 // ===========================================================================
   187 // DLL data items in alphabetical order
   185 // DLL data items in alphabetical order
   188 // ===========================================================================
   186 // ===========================================================================
   196     {
   194     {
   197     mainstate = 3; // ESsmFail
   195     mainstate = 3; // ESsmFail
   198     substate = 0xFFFF; // KSsmAnySubState, saastateadapataion expects this
   196     substate = 0xFFFF; // KSsmAnySubState, saastateadapataion expects this
   199     }
   197     }
   200 
   198 
   201 // monitoring.rss contains resource definitions, so it may not be included
       
   202 // before entry point.
       
   203 #include "monitoring.rss"