idlehomescreen/examples/mcsexample/inc/MCSExample.hrh
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __MCSEXAMPLE_HRH__
       
    19 #define __MCSEXAMPLE_HRH__
       
    20 
       
    21 #define _UID3 0xEB753B18
       
    22 
       
    23 // MCSExample enumerate command codes
       
    24 enum TMCSExampleIds
       
    25     {
       
    26     ECommand1 = 0x6001, // start value must not be 0
       
    27     ECommand2,
       
    28     EHelp,
       
    29     EAbout
       
    30     };
       
    31 
       
    32 enum TMyControlIds
       
    33     {
       
    34     EMyFirstLine = 100,
       
    35     EMySecondLine,
       
    36     EMyThirdLine,
       
    37     EMyFourthLine,
       
    38     EMyFifthLine,
       
    39     EMySixthLine
       
    40     };
       
    41 
       
    42 #endif // __MCSEXAMPLE_HRH__