sysstatemgmt/ssmcmdlists/data/uiservicescmdlist.rss
branchRCL_3
changeset 3 a811597961f0
parent 0 4e1aa6a622a0
child 6 6bb05bdcbe09
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".
    81         // prio 0xFFA7
    81         // prio 0xFFA7
    82         r_cmd_splash,
    82         r_cmd_splash,
    83         // prio 0xFF97
    83         // prio 0xFF97
    84         r_cmd_tzsrv,
    84         r_cmd_tzsrv,
    85         r_cmd_cntsrv,
    85         r_cmd_cntsrv,
    86         r_cmd_randsrv,
       
    87         r_cmd_mediator,
    86         r_cmd_mediator,
    88         r_cmd_hwrmsrv,
    87         r_cmd_hwrmsrv,
    89         r_cmd_rtc,
    88         r_cmd_rtc,
    90         // prio 0xFF96 - tzsrv, randsrv, cntsrv, mediator, hwrmsrv
    89         // prio 0xFF96 - tzsrv, cntsrv, mediator, hwrmsrv
    91         r_cmd_multiwaitforever1,
    90         r_cmd_multiwaitforever1,
    92         // prio 0xFF87
    91         // prio 0xFF87
    93         r_cmd_dbrecovery,
    92         r_cmd_dbrecovery,
    94         r_cmd_accsrv,
    93         r_cmd_accsrv,
    95         r_cmd_selectlanguage,   // Select UI language to use
    94         r_cmd_selectlanguage,   // Select UI language to use
   292     severity = ECmdCriticalSeverity;
   291     severity = ECmdCriticalSeverity;
   293     retries = 2;
   292     retries = 2;
   294     }
   293     }
   295 
   294 
   296 // ---------------------------------------------------------------------------
   295 // ---------------------------------------------------------------------------
   297 // r_cmd_randsrv
       
   298 // ---------------------------------------------------------------------------
       
   299 //
       
   300 RESOURCE SSM_START_PROCESS_INFO r_cmd_randsrv
       
   301     {
       
   302     priority = 0xFF97;
       
   303     name = "Z:\\sys\\bin\\randsvr.exe";
       
   304     severity = ECmdCriticalSeverity;
       
   305     execution_behaviour = ESsmWaitForSignal;
       
   306     retries = 2;
       
   307     }
       
   308 
       
   309 // ---------------------------------------------------------------------------
       
   310 // r_cmd_rfsdeep
   296 // r_cmd_rfsdeep
   311 // ---------------------------------------------------------------------------
   297 // ---------------------------------------------------------------------------
   312 //
   298 //
   313 RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfsdeep
   299 RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_rfsdeep
   314     {
   300     {