securitydialogs/simlockui/inc/SimLockUiKeys.h
branchRCL_3
changeset 22 03674e5abf46
parent 1 d5423fbb4f29
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name         : SimLockUIKeys.h
       
     4 *  Part of      : Sim Lock UI Application
       
     5 *  Description  : SimLock P&S keys
       
     6 *  Version      : 
       
     7 *  
       
     8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     9 * All rights reserved.
       
    10 * This component and the accompanying materials are made available
       
    11 * under the terms of "Eclipse Public License v1.0"
       
    12 * which accompanies this distribution, and is available
       
    13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 *
       
    15 * Initial Contributors:
       
    16 * Nokia Corporation - initial contribution.
       
    17 *
       
    18 * Contributors:
       
    19 *
       
    20 * Description:   Build info file for Ado domain appinstall 
       
    21 * ============================================================================
       
    22 */
       
    23 
       
    24 #ifndef __SIMLOCKUI_KEYS_H__
       
    25 #define __SIMLOCKUI_KEYS_H__
       
    26 
       
    27 // System includes
       
    28 #include <aknappui.h>
       
    29 #include <aknnotedialog.h>  // CAknNoteDialog::TTone
       
    30 #include <e32property.h>    // RProperty.
       
    31 
       
    32 
       
    33 // FORWARD DECLARATIONS
       
    34 class RProperty;
       
    35 const TUid KSimLockProperty={0x10003b21};
       
    36 
       
    37 
       
    38 enum TSimLockPropertyKeys  { ESimLockProperty, ESimLockActiveStatus };
       
    39 
       
    40 /**
       
    41  *0: Default value
       
    42  *1: Indicates that "function" is done 
       
    43 */
       
    44 enum TSimLockActiveStatus
       
    45   {
       
    46    KSimLockStatusUnknown = 0,
       
    47    KSimLockStatusDone
       
    48    };
       
    49 
       
    50 #endif // __SIMLOCKUI_KEYS_H__
       
    51 
       
    52 // End of file.