terminalsecurity/SCP/inc/SCPLockCode.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    34  * The value assigned to this key is used to get and reset the default lock code
    34  * The value assigned to this key is used to get and reset the default lock code
    35  * Possible values: 0 or 12345 (configurable)
    35  * Possible values: 0 or 12345 (configurable)
    36  * Default value: 12345
    36  * Default value: 12345
    37 */
    37 */
    38 const TUint32 KSCPLockCodeDefaultLockCode = 0x00000001;
    38 const TUint32 KSCPLockCodeDefaultLockCode = 0x00000001;
    39 
    39 /**
       
    40  *
       
    41  * The value assigned to this key is used to get and set ifits startup
       
    42  * Possible values: 0 or 1
       
    43  * Default value: 0
       
    44 */
       
    45 const TUint32 KSCPStartupQuery = 0x00000002;
    40 
    46 
    41 #endif// End of File
    47 #endif// End of File
    42 
    48 
    43 
    49 
    44 
    50