wlansecuritysettings/wlaneapsettingsui/EapTls/ConfigUi/inc/EapTlsUi.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 TLS UI hrh file
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: %
       
    20 */
       
    21 
       
    22 #ifndef _EAPTLSUI_HRH_
       
    23 #define _EAPTLSUI_HRH_
       
    24 
       
    25 enum TEapTlsUiMenuCommands
       
    26     {
       
    27     ETlsUiCmdUndefined = 6000,
       
    28     ETlsUiCmdChange,
       
    29     ETlsUiCmdEnable,
       
    30     ETlsUiCmdDisable,
       
    31 	ETlsUiCmdMoveUp,
       
    32     ETlsUiCmdMoveDown,
       
    33 	ETlsUiCmdViewDetails
       
    34     };
       
    35 
       
    36 enum TEapTlsUiNotes
       
    37     {
       
    38     TEapTlsUiGeneralError = 6100
       
    39     };
       
    40 
       
    41 enum TEapTlsUiLines
       
    42 	{
       
    43 	ETlsSettingsListBox = 6200
       
    44 	};
       
    45 
       
    46 enum TEapTlsUiSettingIds
       
    47 	{
       
    48 	ETlsSettingUsernameInUseId=6300,
       
    49 	ETlsSettingUsernameId,
       
    50 	ETlsSettingRealmInUseId,
       
    51 	ETlsSettingRealmId,
       
    52 	ETlsSettingTlsPrivacyId
       
    53 	};
       
    54 
       
    55 enum TEapTlsUiSettingPageIds
       
    56 	{
       
    57 	ETlsSettingPageSettings=6400,
       
    58 	ETlsSettingPageCipherSuites
       
    59 	};
       
    60 
       
    61 enum TEapTlsUiListBoxes
       
    62 	{
       
    63 	ETlsSettingsUserCertListbox=6500,
       
    64 	ETlsSettingsCaCertListbox,
       
    65 	ETlsSettingsCipherSuiteListbox,
       
    66 	ETlsSettingsEapTypeListbox,
       
    67 	ETlsSettingsListbox
       
    68 	};
       
    69 
       
    70 enum TEapTlsSettingItems
       
    71 	{
       
    72 	ETlsSettingsUserCert=6600,
       
    73 	ETlsSettingsCaCert,
       
    74 	ETlsTabSheetSettingsUsernameInUse,
       
    75 	ETlsTabSheetSettingsUsername,
       
    76 	ETlsTabSheetSettingsRealmInUse,
       
    77 	ETlsTabSheetSettingsRealm
       
    78 	};
       
    79 
       
    80 
       
    81 enum TEapTlsTests
       
    82 	{
       
    83 	ETlsTabSheetTest2=6600,
       
    84 	ETlsTabSheetTest3,
       
    85 	ETlsTabSheetTest4,
       
    86 	ETlsTabSheetTest5,
       
    87 	ETlsTabSheetTest6,
       
    88 	ETlsTabSheetTest7
       
    89 	};
       
    90 	
       
    91 // Constants that are used as page ids
       
    92 // TEapTlsUiSettingPageIds does not work for this purpose
       
    93 #define KEAPTLSSETTINGSPAGE 1
       
    94 #define KEAPTLSCIPHERPAGE   2
       
    95 
       
    96 #endif  //_EAPTLSUI_HRH_
       
    97 
       
    98 
       
    99 // End of File