terminalsecurity/SCP/inc/SCPLockCode.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 59 13d7c31c74e0
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
    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;
       
    46 
    40 
    47 #endif// End of File
    41 #endif// End of File
    48 
    42 
    49 
    43 
    50 
    44