languageinterworkingfw/servicehandler/inc/liwmenuslot.hrh
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2003-2005 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 the License "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:       Menu resource slot definitions.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef _LIW_MENU_SLOT_HRH
       
    25 #define _LIW_MENU_SLOT_HRH
       
    26 
       
    27 // Base value can be changed if needed, but other values
       
    28 // MUST be consecutive.
       
    29 #define ELiwMenuSlotBase 0x5000
       
    30 #define ELiwMenuSlot0    ELiwMenuSlotBase
       
    31 #define ELiwMenuSlot1    (ELiwMenuSlotBase + 1)
       
    32 #define ELiwMenuSlot2    (ELiwMenuSlotBase + 2)
       
    33 #define ELiwMenuSlot3    (ELiwMenuSlotBase + 3)
       
    34 #define ELiwMenuSlot4    (ELiwMenuSlotBase + 4)
       
    35 #define ELiwMenuSlot5    (ELiwMenuSlotBase + 5)
       
    36 #define ELiwMenuSlot6    (ELiwMenuSlotBase + 6)
       
    37 #define ELiwMenuSlot7    (ELiwMenuSlotBase + 7)
       
    38 #define ELiwMenuSlot8    (ELiwMenuSlotBase + 8)
       
    39 #define ELiwMenuSlot9    (ELiwMenuSlotBase + 9)
       
    40 #define ELiwMenuSlot10   (ELiwMenuSlotBase + 10)
       
    41 #define ELiwMenuSlot11   (ELiwMenuSlotBase + 11)
       
    42 #define ELiwMenuSlot12   (ELiwMenuSlotBase + 12)
       
    43 #define ELiwMenuSlot13   (ELiwMenuSlotBase + 13)
       
    44 #define ELiwMenuSlot14   (ELiwMenuSlotBase + 14)
       
    45 #define ELiwMenuSlot15   (ELiwMenuSlotBase + 15)
       
    46     
       
    47 
       
    48 #endif  // LIW_MENU_SLOT_HRH
       
    49 
       
    50 // End of file