idlehomescreen/exths/inc/plugincontainer/aicontainer.hrh
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This file contains declarations for resources of AIPlugins.
       
    15 *                The file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef AIPLUGINS_HRH
       
    21 #define AIPLUGINS_HRH
       
    22 
       
    23 
       
    24 #include    <bldvariant.hrh>
       
    25 
       
    26 //  Base index for Enumerates commands. See below.
       
    27 #define KAICmdBase 1000
       
    28 
       
    29 #define KActiveIdleContainerUid 0x101FD657
       
    30 
       
    31 // Enumerates commands
       
    32 enum
       
    33     {
       
    34     // Commands for idle state:
       
    35     //        General left softkey action
       
    36     EAISoftkeyLeft = 150 + KAICmdBase,
       
    37     //        General right softkey action
       
    38     EAISoftkeyRight,
       
    39     //        General Scrollkey selection action
       
    40     EAISelectionKey,
       
    41     //        General left scrollkey action
       
    42     EAIScrollkeyLeft,
       
    43     //        General up scrollkey action
       
    44     EAIScrollkeyUp,
       
    45     //        General right scrollkey action
       
    46     EAIScrollkeyRight,
       
    47     //        General down scrollkey action
       
    48     EAIScrollkeyDown,
       
    49     //        Plugin focus moving up action
       
    50     EAIFocusUp,
       
    51     //        Plugin focus moving down action
       
    52     EAIFocusDown,
       
    53 
       
    54     // Other commands:
       
    55     //        AI has entered security view
       
    56     EAICmdSecurityInd = 500 + KAICmdBase // NOT to leave
       
    57     };
       
    58 
       
    59 #endif
       
    60 
       
    61 // End of File