sysstatemgmt/ssmcmdlists/data/alarm_charging.rss
changeset 12 e978f818f9bd
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 12:e978f818f9bd
     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".
   224     {
   224     {
   225     priority = 0xFFB7;
   225     priority = 0xFFB7;
   226     name = "z:\\sys\\bin\\locod.exe";
   226     name = "z:\\sys\\bin\\locod.exe";
   227     execution_behaviour = ESsmFireAndForget;
   227     execution_behaviour = ESsmFireAndForget;
   228     monitor_info = r_mon_3_restarts_ignore;
   228     monitor_info = r_mon_3_restarts_ignore;
   229     conditional_information = r_cond_feat_testatcommand;
   229     conditional_information = r_cond_testatcommand_or_enableisicommunicationinusbchargingmode;
   230     }
   230     }
   231 
   231 
   232 // ---------------------------------------------------------------------------
   232 // ---------------------------------------------------------------------------
   233 // r_cmd_psstate_alarm
   233 // r_cmd_psstate_alarm
   234 // ---------------------------------------------------------------------------
   234 // ---------------------------------------------------------------------------
   533 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_testatcommand
   533 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_testatcommand
   534     {
   534     {
   535     feature_id = KFeatureIdTestATCommand;
   535     feature_id = KFeatureIdTestATCommand;
   536     }
   536     }
   537 
   537 
       
   538 // ---------------------------------------------------------------------------
       
   539 // r_cond_feat_enableisicommunicationinusbchargingmode
       
   540 // ---------------------------------------------------------------------------
       
   541 //
       
   542 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_enableisicommunicationinusbchargingmode
       
   543     {
       
   544     feature_id = KFeatureIdEnableIsiCommunicationInUsbChargingMode;
       
   545     }	
       
   546 	
       
   547 // ---------------------------------------------------------------------------
       
   548 // r_cond_testatcommand_or_certtesting
       
   549 // ---------------------------------------------------------------------------
       
   550 //
       
   551 RESOURCE SSM_CND_LOGICAL_OR r_cond_testatcommand_or_enableisicommunicationinusbchargingmode
       
   552     {
       
   553     lhs = r_cond_feat_testatcommand;
       
   554     rhs = r_cond_feat_enableisicommunicationinusbchargingmode;
       
   555     }
       
   556 	
       
   557 	
   538 // monitoring.rss contains resource definitions, so it may not be included
   558 // monitoring.rss contains resource definitions, so it may not be included
   539 // before entry point.
   559 // before entry point.
   540 #include "monitoring.rss"
   560 #include "monitoring.rss"