wlansecuritysettings/wapisecuritysettingsui/inc/wapisecuritysettingsdefs.h
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : wapisecuritysettingsdefs.h
       
     4 *  Part of  : WAPI Security Settings UI
       
     5 *
       
     6 *  Description:
       
     7 *     Definitions needed by WAPI security settings UI.
       
     8 *  Version: %version:  7 %
       
     9 *
       
    10 *  Copyright (C) 2008 Nokia Corporation.
       
    11 *  This material, including documentation and any related 
       
    12 *  computer programs, is protected by copyright controlled by 
       
    13 *  Nokia Corporation. All rights are reserved. Copying, 
       
    14 *  including reproducing, storing,  adapting or translating, any 
       
    15 *  or all of this material requires the prior written consent of 
       
    16 *  Nokia Corporation. This material also contains confidential 
       
    17 *  information which may not be disclosed to others without the 
       
    18 *  prior written consent of Nokia Corporation.
       
    19 *
       
    20 * ============================================================================
       
    21 */
       
    22 
       
    23 #include "wapisecuritysettingsui.hrh"
       
    24 
       
    25 #ifndef WAPISECURITYSETTINGSDEFS_H
       
    26 #define WAPISECURITYSETTINGSDEFS_H
       
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 //Index for None certificate
       
    31 
       
    32 LOCAL_D const TInt KCertNone = 0;
       
    33 
       
    34 // Invalid id
       
    35 LOCAL_D const TUint32 KUidNone = 0;
       
    36 
       
    37 // Authentication mode
       
    38 enum TWapiAuth
       
    39     {
       
    40     EWapiAuthCert,
       
    41     EWapiAuthPSK
       
    42     };
       
    43 
       
    44 // UID of application containing help texts (General Settings).
       
    45 //LOCAL_D const TUid KWAPISecuritySettingsUiHelpMajor = { 0x100058EC };
       
    46 LOCAL_D const TUid KWAPISecuritySettingsUiHelpMajor = { 0x10009D8D };
       
    47 
       
    48 
       
    49 #endif  // WAPISECURITYSETTINGSDEFS_H
       
    50