phoneuis/easydialing/tsrc/edta/inc/edta.hrh
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     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:  Easy dialing test application.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __EDTA_HRH__
       
    19 #define __EDTA_HRH__
       
    20 
       
    21 // Edta enumerate command codes
       
    22 enum TEdtaIds
       
    23     {
       
    24     EEdtaSetPluginInput = 0x6001, // start value must not be 0
       
    25     EEdtaCommandShowContacts,
       
    26     EEdtaLaunchFirstContact,
       
    27     EEdtaSelectAndLaunchContact,
       
    28     EEdtaCommandCheckPCSServer,
       
    29     EEdtaCommandShowNameOrdering,
       
    30     EEdtaCommandCreateTestContactBase,
       
    31     EEdtaCommandTwoConsequtiveSearchesTest,
       
    32     EEdtaCommandMiscCoverageTest,
       
    33     EEdtaCommandShowThumbnails,
       
    34     EEdtaCommandHideThumbnails,
       
    35     EEdtaCommandLast
       
    36     };
       
    37 
       
    38 #endif // __EDTA_HRH__