sysstatemgmt/ssmcmdlists/data/uiswpcmdlists.rss
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     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".
    69         r_cmd_publishswp,           // prio 0xFFF1
    69         r_cmd_publishswp,           // prio 0xFFF1
    70         r_cmd_kill_splash,          // prio 0xFFE7 - Remove splash screen
    70         r_cmd_kill_splash,          // prio 0xFFE7 - Remove splash screen
    71         r_cmd_devlockcheck,         // prio 0xFFD7 - Security code query, if needed
    71         r_cmd_devlockcheck,         // prio 0xFFD7 - Security code query, if needed
    72         r_cmd_startanim,            // prio 0xFFC7 - Startup animation(s)
    72         r_cmd_startanim,            // prio 0xFFC7 - Startup animation(s)
    73         r_cmd_waitanim,             // prio 0xFFB7 - Wait for the animations to finish
    73         r_cmd_waitanim,             // prio 0xFFB7 - Wait for the animations to finish
       
    74 		r_cmd_adtupdater,			// prio 0xFFAA - Location, date & time queries //CR:ESAH-84JFCU
    74         r_cmd_enableappskey,        // prio 0xFFA7 - Enable applications key
    75         r_cmd_enableappskey,        // prio 0xFFA7 - Enable applications key
    75         r_cmd_enableglobalnotes,    // prio 0xFFA7 - Enable global notes
    76         r_cmd_enableglobalnotes,    // prio 0xFFA7 - Enable global notes
    76         r_cmd_swidaemon             // prio 0xFF97 - Initializes pre-installed applications from memory card
    77         r_cmd_swidaemon             // prio 0xFF97 - Initializes pre-installed applications from memory card
    77         };
    78 		};
    78     }
    79     }
    79 
    80 
    80 // ===========================================================================
    81 // ===========================================================================
    81 // Command items in alphabetical order
    82 // Command items in alphabetical order
    82 // ===========================================================================
    83 // ===========================================================================
    83 //
    84 //
       
    85 
       
    86 // ---------------------------------------------------------------------------
       
    87 // r_cmd_adtupdater
       
    88 // ---------------------------------------------------------------------------
       
    89 //
       
    90 RESOURCE SSM_START_PROCESS_INFO r_cmd_adtupdater
       
    91     {
       
    92     priority = 0xFFAA;
       
    93     name = "adtupdater.exe";
       
    94     execution_behaviour = ESsmFireAndForget;
       
    95     }
    84 
    96 
    85 // ---------------------------------------------------------------------------
    97 // ---------------------------------------------------------------------------
    86 // r_cmd_devlockcheck
    98 // r_cmd_devlockcheck
    87 // ---------------------------------------------------------------------------
    99 // ---------------------------------------------------------------------------
    88 //
   100 //