securitydialogs/lockapp/cenrep/AutolockPrivateCRKeys.h
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Autolock local variation Central Repository keys.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AUTOLOCKPRIVATECRKEYS_H
       
    20 #define AUTOLOCKPRIVATECRKEYS_H
       
    21 
       
    22 // =============================================================================
       
    23 // Autolock Configuration API
       
    24 // =============================================================================
       
    25 const TUid KCRUidAutolockConf = { 0x102824AE };
       
    26 
       
    27 /**
       
    28  * Bitmask used in configuring automatic keylock.
       
    29  */
       
    30 const TUint32 KAutoKeyLockConf = 0x00000001;
       
    31 
       
    32 // =============================================================================
       
    33 // Automatic Keylock Local Variation constants (KAutoKeyLockConf)
       
    34 // =============================================================================
       
    35 
       
    36 /** 
       
    37  * KAutolockFeatureIdFlipOpenDisabled is an on/off setting for 
       
    38  * disabling automatic keyguard locking when flip is open. By default off.
       
    39  * Possible values: 0 (locking enabled), 1 (locking diabled) <-- 
       
    40  */
       
    41 const TInt KAutoKeylockFeatureIdFlipOpenDisabled= 0x01;  // 2^0
       
    42 
       
    43 #endif