wlansecuritysettings/wlaneapsettingsui/EapMschapv2/ConfigUi/inc/EapMschapv2Ui.hrh
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: EAP Mschapv2 UI hrh file
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: %
       
    20 */
       
    21 
       
    22 #ifndef _EAPMSCHAPV2UI_HRH_
       
    23 #define _EAPMSCHAPV2UI_HRH_
       
    24 
       
    25 enum TEAPMschapv2UIMenuCommands
       
    26     {
       
    27     EMschapv2UiCmdUndefined = 6000,
       
    28     EMschapv2UiCmdChange
       
    29     };
       
    30 
       
    31 enum TEAPMschapv2UINotes
       
    32     {
       
    33     EEAPMschapv2UIGeneralError = 6100
       
    34     };
       
    35 
       
    36 enum TEapMschapv2IiLines
       
    37 	{
       
    38 	EMschapv2SettingsListBox = 6200
       
    39 	};
       
    40 
       
    41 enum TEapMschapv2SettingIds
       
    42 	{
       
    43 	EMschapv2SettingUsernameSettingId=6300,
       
    44 	EMschapv2SettingPassPromptSettingId,
       
    45 	EMschapv2SettingPasswordSettingId
       
    46 	};
       
    47 
       
    48 enum TEapMschapv2SettingItemId
       
    49 	{
       
    50 	EMschapv2SettingPageUserName=6400,
       
    51 	EMschapv2SettingPagePasswordPrompt,
       
    52 	EMschapv2SettingPagePassword
       
    53 	};
       
    54 
       
    55 
       
    56 #endif  //_EAPMSCHAPV2UI_HRH_
       
    57 
       
    58 // End of File