sysstatemgmt/ssmcmdlists/data/noncriticalcmdlist_hw.rss
branchRCL_3
changeset 3 a811597961f0
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 3:a811597961f0
     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".
    70         r_cmd_provisioning,
    70         r_cmd_provisioning,
    71 #ifndef SYMBIAN_EXCLUDE_SIP
    71 #ifndef SYMBIAN_EXCLUDE_SIP
    72         r_cmd_sipprofilesrv,
    72         r_cmd_sipprofilesrv,
    73 #endif // defined !SYMBIAN_EXCLUDE_SIP
    73 #endif // defined !SYMBIAN_EXCLUDE_SIP
    74         r_cmd_remotelock,
    74         r_cmd_remotelock,
    75         r_cmd_hotspotsrv,
       
    76 	// prio 0x7EF1
    75 	// prio 0x7EF1
    77 	r_cmd_activitymonitor1,
    76 	r_cmd_activitymonitor1,
    78 	// prio 0x7EF0
    77 	// prio 0x7EF0
    79 	r_cmd_devencstarter
    78 	r_cmd_devencstarter
    80 // prio 0x7EEB
    79 // prio 0x7EEB
   131     background = 1; // To background
   130     background = 1; // To background
   132     } 
   131     } 
   133 	
   132 	
   134 	
   133 	
   135 // ---------------------------------------------------------------------------
   134 // ---------------------------------------------------------------------------
   136 // r_cmd_hotspotsrv
       
   137 // ---------------------------------------------------------------------------
       
   138 //
       
   139 RESOURCE SSM_START_PROCESS_INFO r_cmd_hotspotsrv
       
   140     {
       
   141     priority = 0xFFA7;
       
   142     name = "hotspotserver.exe";
       
   143     execution_behaviour = ESsmWaitForSignal;
       
   144     timeout = 10000;
       
   145     conditional_information = r_cond_protwlan_and_firstboot_or_deeprfs_or_normalrfs;
       
   146     }
       
   147 
       
   148 // ---------------------------------------------------------------------------
       
   149 // r_cmd_provisioning
   135 // r_cmd_provisioning
   150 // ---------------------------------------------------------------------------
   136 // ---------------------------------------------------------------------------
   151 //
   137 //
   152 RESOURCE SSM_START_PROCESS_INFO r_cmd_provisioning
   138 RESOURCE SSM_START_PROCESS_INFO r_cmd_provisioning
   153     {
   139     {
   204 // Conditional blocks in alphabetical order
   190 // Conditional blocks in alphabetical order
   205 // ===========================================================================
   191 // ===========================================================================
   206 //
   192 //
   207 
   193 
   208 // ---------------------------------------------------------------------------
   194 // ---------------------------------------------------------------------------
   209 // r_cond_ps_firstboot
       
   210 // ---------------------------------------------------------------------------
       
   211 //
       
   212 RESOURCE SSM_CND_PUB_SUB_VALUE r_cond_ps_firstboot
       
   213     {
       
   214     category		  = 0x101F8766; // KPSUidStartup
       
   215     key           = 0x00000013; // KPSStartupFirstBoot
       
   216     value         = 101;        // EPSStartupFirstBoot
       
   217     }
       
   218 
       
   219 // ---------------------------------------------------------------------------
       
   220 // r_cond_feat_protocolwlan
       
   221 // ---------------------------------------------------------------------------
       
   222 //
       
   223 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_protocolwlan
       
   224     {
       
   225     feature_id = KFeatureIdProtocolWlan;
       
   226     }
       
   227 
       
   228 // ---------------------------------------------------------------------------
       
   229 // r_cond_feat_remotelock
   195 // r_cond_feat_remotelock
   230 // ---------------------------------------------------------------------------
   196 // ---------------------------------------------------------------------------
   231 //
   197 //
   232 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_remotelock
   198 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_remotelock
   233     {
   199     {
   240 //
   206 //
   241 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_smartcardprov
   207 RESOURCE SSM_CND_FEATURE_VALUE r_cond_feat_smartcardprov
   242     {
   208     {
   243     feature_id = KFeatureIdSmartCardProv;
   209     feature_id = KFeatureIdSmartCardProv;
   244     }
   210     }
   245 
       
   246 // ---------------------------------------------------------------------------
       
   247 // r_cond_firstboot_or_deeprfs
       
   248 // ---------------------------------------------------------------------------
       
   249 //
       
   250 RESOURCE SSM_CND_LOGICAL_OR r_cond_firstboot_or_deeprfs
       
   251     {
       
   252     lhs = r_cond_ps_deep_rfs;
       
   253     rhs = r_cond_ps_firstboot;
       
   254     }
       
   255 
       
   256 // ---------------------------------------------------------------------------
       
   257 // r_cond_firstboot_or_deeprfs_or_normalrfs
       
   258 // ---------------------------------------------------------------------------
       
   259 //
       
   260 RESOURCE SSM_CND_LOGICAL_OR r_cond_firstboot_or_deeprfs_or_normalrfs
       
   261     {
       
   262     lhs = r_cond_ps_normal_rfs;
       
   263     rhs = r_cond_firstboot_or_deeprfs;
       
   264     }
       
   265 
       
   266 // ---------------------------------------------------------------------------
       
   267 // r_cond_ps_normal_rfs
       
   268 // ---------------------------------------------------------------------------
       
   269 //
       
   270 RESOURCE SSM_CND_PUB_SUB_VALUE r_cond_ps_normal_rfs
       
   271     {
       
   272     category = 0x101F8766; // KPSUidStartup
       
   273     key = 0x00000045;      // KPSStartupReason
       
   274     value = ENormalRFSReset;
       
   275     }
       
   276 
       
   277 // ---------------------------------------------------------------------------
       
   278 // r_cond_ps_deep_rfs
       
   279 // ---------------------------------------------------------------------------
       
   280 //
       
   281 RESOURCE SSM_CND_PUB_SUB_VALUE r_cond_ps_deep_rfs
       
   282     {
       
   283     category = 0x101F8766; // KPSUidStartup
       
   284     key = 0x00000045;      // KPSStartupReason
       
   285     value = EDeepRFSReset;
       
   286     }
       
   287 
       
   288 // ---------------------------------------------------------------------------
       
   289 // r_cond_protwlan_and_firstboot_or_deeprfs_or_normalrfs
       
   290 // ( protocol WLAN ) AND ( first boot OR deep RFS OR normal RFS )
       
   291 // ---------------------------------------------------------------------------
       
   292 //
       
   293 RESOURCE SSM_CND_LOGICAL_AND r_cond_protwlan_and_firstboot_or_deeprfs_or_normalrfs
       
   294     {
       
   295     lhs = r_cond_feat_protocolwlan;
       
   296     rhs = r_cond_firstboot_or_deeprfs_or_normalrfs;
       
   297     }
       
   298 	
       
   299 
   211 
   300 // ---------------------------------------------------------------------------
   212 // ---------------------------------------------------------------------------
   301 // r_dlldata_activitymonitor_timeout
   213 // r_dlldata_activitymonitor_timeout
   302 // ---------------------------------------------------------------------------
   214 // ---------------------------------------------------------------------------
   303 //
   215 //