terminalsecurity/SCP/inc/SCPLockCode.h
branchRCL_3
changeset 76 3cdbd92ee07b
parent 62 19bba8228ff0
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
    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