devicediagnostics/diagplugins/diagbatterychargerplugin/inc/diagbatterychargercabletestplugin.hrh
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 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 "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:  Contains the UIDs and common definitions for menu ids
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIAGBATTERYCHARGERCABLETESTPLUGIN_HRH
       
    20 #define DIAGBATTERYCHARGERCABLETESTPLUGIN_HRH
       
    21 
       
    22 // Definitions
       
    23 #define _UID3                 0x2000E590
       
    24 #define _IMPLEMENTATION_UID   0x2000E591
       
    25 
       
    26 
       
    27 // commands
       
    28 enum TBatteryChargerTestCmdIDs
       
    29    {
       
    30     EBatteryTestConnectBatteryChargerSkip = 1,          // Do not start from 0
       
    31     EBatteryTestConnectBatteryChargerCancel,
       
    32     EBatteryTestConnectBatteryChargerBack,
       
    33     EBatteryTestConnectBatteryChargerNo,            // ADO & Platformization Changes
       
    34     EBatteryTestConnectBatteryChargerYes						// ADO & Platformization Changes
       
    35    };
       
    36 
       
    37 #endif //  DIAGBATTERYCHARGERCABLETESTPLUGIN_HRH
       
    38 
       
    39 //End of File