--- a/homescreenpluginsrv/hspsmanager/inc/hspsconfiguration.h Tue Jan 26 12:11:15 2010 +0200
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsconfiguration.h Tue Feb 02 00:23:10 2010 +0200
@@ -37,6 +37,7 @@
_LIT8( KConfigurationAttrDesc, "desc" ); // Localized description
_LIT8( KConfigurationAttrDescEntity, "_desc" ); // Logical string id of the Description attr (DTD entity)
_LIT8( KConfigurationAttrMaxChild, "max_child" ); // Maximum child count
+_LIT8( KConfigurationAttrLocking, "locking_status" ); // Locking status
// Configuration element type attribute values
@@ -51,6 +52,11 @@
_LIT8( KConfStateConfirmed, "Confirmed" ); // Confirmed state
_LIT8( KConfStateError, "Error" ); // Error state
+// Options for the KConfigurationAttrLocking
+_LIT8( KConfLockingLocked, "locked" ); // Locked state
+_LIT8( KConfLockingRemovable, "removable" ); // Removable state
+_LIT8( KConfLockingNone, "none" ); // Default
+
// Control element
_LIT8( KControlElement, "control" );
_LIT8( KControlAttrName, "name" ); // Localized name of the configuration