securitydialogs/SecUi/GSSimSecPlugin/Inc/GSSimSecPlugin.hrh
branchRCL_3
changeset 50 03674e5abf46
parent 0 164170e6151a
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
       
     1 /*
       
     2 * Copyright (c) 2002 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 common definitions for menu id:s
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSSIMSECPLUGIN_HRH
       
    20 #define GSSIMSECPLUGIN_HRH
       
    21 
       
    22 // Data query max length
       
    23 #define KGSMaxDataLength 21
       
    24 
       
    25 enum TSimSecMenuCommands
       
    26     {
       
    27     EGSCmdAppOpen = 1,
       
    28     EGSCmdAppHelp,
       
    29     EGSCmdAppChange,
       
    30     EAppCmdChange
       
    31     };
       
    32 
       
    33 enum TCugPopupIndex
       
    34     {
       
    35     EGSCugNetworkDefault = 0, 
       
    36     EGSCugOn = 1,
       
    37     EGSCugOff = 2
       
    38     };
       
    39 
       
    40 enum TGSNotes
       
    41     { 
       
    42     EPasswordErrorNote,
       
    43     EPasswordChangedNote,
       
    44     ECugIndexErrorNote
       
    45     };
       
    46 
       
    47 
       
    48 // Device & SIM security
       
    49 enum {
       
    50     EGSSettIdPinRequest,
       
    51     EGSSettIdPinCode,
       
    52     EGSSettIdPin2Code,
       
    53     EGSSettIdAutolock,
       
    54     EGSSettIdSecurityCode,
       
    55     EGSSettIdSimChange,
       
    56     EGSSettIdClosedUserGroup,
       
    57     EGSSettIdSatOperations,
       
    58     EGSSettIdTPServer,
       
    59     EGSSettIdUpinRequest,
       
    60     EGSSettIdCodeInUse,
       
    61     EGSSettIdUpinCode,
       
    62     EGSSettIdDevAndSim,
       
    63     EGSSettIdCertManUi,
       
    64     EGSSettIdWlanEapPlugins,
       
    65     EGSSettIdWimSecurity,
       
    66     EGSSettIdTransTracking,
       
    67     EGSSettIdAutoKeyguard,
       
    68     EGSSettIdRemoteLock
       
    69     };
       
    70 
       
    71 enum TGSListBoxItemVisibility
       
    72     {
       
    73     EGSListBoxItemTypeIsAlwaysVisible = 0,
       
    74     EGSListBoxItemTypeIsDynamic
       
    75     };
       
    76 #endif  //GSSIMSECPLUGIN_HRH
       
    77 
       
    78 //End of File
       
    79