sysstatemgmt/systemstatereferenceplugins/clayer/inc/strtsecuritynotetype.h
changeset 0 4e1aa6a622a0
child 7 1a73e8f1b64d
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2008-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 "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:
       
    15 * Name        : strtsecuritynotetype.h
       
    16 * Part of     : System Startup / StrtSecNote
       
    17 * Definition of TStrtSecurityNoteType enumeration.
       
    18 * Version     : %version: 1 % << Don't touch! Updated by Synergy at check-out.
       
    19 * This material, including documentation and any related computer
       
    20 * programs, is protected by copyright controlled by Nokia.  All
       
    21 * rights are reserved.  Copying, including reproducing, storing,
       
    22 * adapting or translating, any or all of this material requires the
       
    23 * prior written consent of Nokia.  This material also contains
       
    24 * confidential information which may not be disclosed to others
       
    25 * without the prior written consent of Nokia.
       
    26 * Template version: 4.2
       
    27 * Nokia Core OS *
       
    28 *
       
    29 */
       
    30 
       
    31 
       
    32 
       
    33 #ifndef __STRTSECURITYNOTETYPE_H__
       
    34 #define __STRTSECURITYNOTETYPE_H__
       
    35 
       
    36 /*
       
    37 * @publishedPartner
       
    38 * @released
       
    39 */
       
    40 
       
    41 /**  This enum defines security query and note types */
       
    42 enum TStrtSecurityNoteType
       
    43     {
       
    44     ESecNoteNone = 0,
       
    45     ESecCodePIN1 = 1,
       
    46     ESecCodePIN2 = 2,
       
    47     ESecCodeUPIN = 3,
       
    48     ESecCodePUK1 = 4,
       
    49     ESecCodePUK2 = 5,
       
    50     ESecCodeUPUK = 6,
       
    51     ESecCodePasswd = 7,
       
    52     ESecCodeMasterCode = 8,
       
    53     ESecCodeSPC = 9,
       
    54     ESecCodeHiddenKey = 10,
       
    55     ESecCodeAppPIN1 = 11,
       
    56     ESecCodeAppPIN2 = 12,
       
    57     ESecInfoSimLockRestrOn = 13,
       
    58     ESecInfoSimInvalid = 14,
       
    59     ESecNoteTypeLimit
       
    60     };
       
    61 
       
    62 #endif // __STRTSECURITYNOTETYPE_H__