devicediagnostics/diagplugins/diagbrowserplugin/inc/diagbrowserplugin.hrh
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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 headers for the Browser Test Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIAGBROWSERPLUGIN_HRH
       
    20 #define DIAGBROWSERPLUGIN_HRH
       
    21 
       
    22 // Definitions
       
    23 #define _UID3                   0x2000E59A
       
    24 #define _IMPLEMENTATION_UID     0x2000E59B
       
    25 
       
    26 // Data Types
       
    27 
       
    28 enum TMyMenuCmdIDs
       
    29    {
       
    30     EBrowserTestSkip = 1, // do not start from 0
       
    31     EBrowserTestCancel,
       
    32     EBrowserTestBack,
       
    33     EBrowserTestNo,
       
    34     EBrowserTestYes
       
    35    };
       
    36 
       
    37  /** Dialog ids.  These are used in the application's resource file.
       
    38  */
       
    39 enum TBrowserNoteControlIds
       
    40     {
       
    41     EYBWaitNoteId = 0x100    
       
    42     };
       
    43     
       
    44     
       
    45 #endif // DIAGBROWSERPLUGIN_HRH
       
    46