terminalsecurity/SCP/SCPServer/inc/SCPCodePrivateCRKeys.h
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Private Central Repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __SCP_Code_PrivateKeys__
       
    21 #define __SCP_Code_PrivateKeys__
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <e32std.h>
       
    26 
       
    27 // =============================================================================
       
    28 // SCP Lock code Parameters 
       
    29 // =============================================================================
       
    30 
       
    31 const TUid KCRUidSCPParameters = { 0x2001FCBD }; 
       
    32 	
       
    33 
       
    34 /**
       
    35  *
       
    36  * The value assigned to this key is used to set the Default input mode of the lock code query dialog
       
    37  * Possible values: 0 or 1
       
    38  * Default value: 0
       
    39 */
       
    40 const TUint32 KSCPLockCodeDefaultInputMode = 0x00000001;
       
    41 
       
    42 
       
    43 #endif// End of File
       
    44 
       
    45 
       
    46