terminalsecurity/SCP/inc/SCPLockCode.h
changeset 0 b497e44ab2fc
child 24 13d7c31c74e0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/terminalsecurity/SCP/inc/SCPLockCode.h	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,44 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:   Constants declaration for SCPLockCode.
+*
+*/
+
+#ifndef __SCP_LockCode__
+#define __SCP_LockCode__
+
+//  INCLUDES
+
+#include <e32std.h>
+
+// =============================================================================
+// SCP Lock code Parameters
+// =============================================================================
+
+const TUid KCRUidSCPLockCode = { 0x2002677B };
+
+
+/**
+ *
+ * The value assigned to this key is used to get and reset the default lock code
+ * Possible values: 0 or 12345 (configurable)
+ * Default value: 12345
+*/
+const TUint32 KSCPLockCodeDefaultLockCode = 0x00000001;
+
+
+#endif// End of File
+
+
+