diff -r 4af31167ea77 -r 13d7c31c74e0 terminalsecurity/SCP/inc/SCPLockCode.h --- a/terminalsecurity/SCP/inc/SCPLockCode.h Thu Jul 15 19:36:11 2010 +0300 +++ b/terminalsecurity/SCP/inc/SCPLockCode.h Thu Aug 19 10:44:50 2010 +0300 @@ -36,7 +36,13 @@ * Default value: 12345 */ const TUint32 KSCPLockCodeDefaultLockCode = 0x00000001; - +/** + * + * The value assigned to this key is used to get and set ifits startup + * Possible values: 0 or 1 + * Default value: 0 +*/ +const TUint32 KSCPStartupQuery = 0x00000002; #endif// End of File