idlehomescreen/nativeuicontroller/inc/ainativeui.hrh
branchRCL_3
changeset 83 5456b4e8b3a8
parent 0 f72a12da539e
equal deleted inserted replaced
82:5f0182e07bfb 83:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 Native UI Controller.
       
    15 *                The file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef AINATIVEUI_HRH
       
    21 #define AINATIVEUI_HRH
       
    22 
       
    23 // CONSTANTS
       
    24 #define KNativeUiCmdBase 1000
       
    25 
       
    26 #define KNativeUiKeyIdLSK 0x01000100
       
    27 
       
    28 #define KNativeUiKeyIdRSK 0x01000101
       
    29 
       
    30 #define KNativeUiKeyIdLockedLSK 0x41000100
       
    31 
       
    32 #define KNativeUiKeyIdLockedRSK 0x41000101
       
    33 
       
    34 // DATA TYPES
       
    35 
       
    36 // Enumerates commands
       
    37 enum
       
    38     {
       
    39     ENativeUiCmdDoNothing = 100 + KNativeUiCmdBase, //1100
       
    40     ENativeUiCmdBack,
       
    41 
       
    42     ENativeUiSoftkeyLeft,
       
    43     ENativeUiSoftkeyRight,
       
    44 
       
    45     ENativeUiSelectionKey,
       
    46     ENativeUiScrollkeyLeft,
       
    47     ENativeUiScrollkeyUp,
       
    48     ENativeUiScrollkeyRight,
       
    49     ENativeUiScrollkeyDown,
       
    50 
       
    51     // Name dialing
       
    52     ENativeUiCmdNameDialer
       
    53     };
       
    54 
       
    55 #endif // AINATIVEUI_HRH
       
    56 
       
    57 // End of File