uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomavkonpsln/inc/bctestdomavkonpsln.hrh
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     1 /*
       
     2 * Copyright (c) 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:  resource header file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_BCTESTDOMAVKONPSLN_HRH
       
    20 #define C_BCTESTDOMAVKONPSLN_HRH
       
    21 
       
    22 enum TBCTestDomainMenuCommands
       
    23     {
       
    24     EBCTestCmdEmptyOutline = 0x6000,
       
    25     EBCTestCmdOutline1,
       
    26     EBCTestCmdOutline2,
       
    27     EBCTestCmdOutline3,
       
    28     EBCTestCmdOutline4,
       
    29     EBCTestCmdOutline5,
       
    30     EBCTestCmdMaxOutline,
       
    31     EProgCmdAutoTest
       
    32     };
       
    33 
       
    34 enum TBCTestDomainCba
       
    35     {
       
    36     EBCTestDomainCbaCmdNext = 0x6300
       
    37     };
       
    38 
       
    39 #endif // C_BCTESTDOMAVKONPSLN_HRH
       
    40 
       
    41 // End of File