sysstatemgmt/ssmcmdlists/data/uiswpcmdlists.rss
branchRCL_3
changeset 21 ccb4f6b3db21
parent 10 66ecddbca914
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     1 /*
     1 /*
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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
       
    75         r_cmd_enableappskey,        // prio 0xFFA7 - Enable applications key
    74         r_cmd_enableappskey,        // prio 0xFFA7 - Enable applications key
    76         r_cmd_enableglobalnotes,    // prio 0xFFA7 - Enable global notes
    75         r_cmd_enableglobalnotes,    // prio 0xFFA7 - Enable global notes
    77         r_cmd_swidaemon             // prio 0xFF97 - Initializes pre-installed applications from memory card
    76         r_cmd_swidaemon             // prio 0xFF97 - Initializes pre-installed applications from memory card
    78 		};
    77         };
    79     }
    78     }
    80 
    79 
    81 // ===========================================================================
    80 // ===========================================================================
    82 // Command items in alphabetical order
    81 // Command items in alphabetical order
    83 // ===========================================================================
    82 // ===========================================================================
    84 //
    83 //
    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     }
       
    96 
    84 
    97 // ---------------------------------------------------------------------------
    85 // ---------------------------------------------------------------------------
    98 // r_cmd_devlockcheck
    86 // r_cmd_devlockcheck
    99 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
   100 //
    88 //