wlansecuritysettings/wapisecuritysettingsui/inc/wapisecuritysettingsui.hrh
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
child 20 8b3129ac4c0f
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : wapisecuritysettingsui.hrh
       
     4 *  Part of  : S60 WAPI Security Settings UI
       
     5 *
       
     6 *  Description:
       
     7 *     This file contains declarations for resources of wapisecuritysettingsui.
       
     8 *     The file can be included in C++ or resource file.
       
     9 *  Version: %version:  5 %
       
    10 *
       
    11 *  Copyright (C) 2008 Nokia Corporation.
       
    12 *  This material, including documentation and any related 
       
    13 *  computer programs, is protected by copyright controlled by 
       
    14 *  Nokia Corporation. All rights are reserved. Copying, 
       
    15 *  including reproducing, storing,  adapting or translating, any 
       
    16 *  or all of this material requires the prior written consent of 
       
    17 *  Nokia Corporation. This material also contains confidential 
       
    18 *  information which may not be disclosed to others without the 
       
    19 *  prior written consent of Nokia Corporation.
       
    20 *
       
    21 * ============================================================================
       
    22 */
       
    23 
       
    24 #ifndef WAPISECURITYSETTINGSUI_HRH
       
    25 #define WAPISECURITYSETTINGSUI_HRH
       
    26 
       
    27 
       
    28 // Menu command IDs
       
    29 enum TWapiSelectorMenuCommands
       
    30     {
       
    31     EWapiSelCmdChange = 1100,
       
    32     EWapiSelCmdReset
       
    33     };
       
    34 
       
    35 
       
    36 // dialog line IDs
       
    37 
       
    38 enum TWapiSelectorDllDlgLineId 
       
    39     {
       
    40     KWapiMainSettingsListboxId = 3 
       
    41     };
       
    42 
       
    43 #endif      //  WAPISECURITYSETTINGSUI_HRH
       
    44 
       
    45 
       
    46 //Used to define max length for iConnectionName
       
    47 //Value taken from CommsDat::KMaxTextLength
       
    48 #define KMaxTextLength 50
       
    49 
       
    50 // Maximum length of Wapi key (HEX/ASCII)
       
    51 #define KWapiMaxKeyLength 64
       
    52 
       
    53 // End of File