epoc32/include/oem/simlockuikeys.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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.