homescreenpluginsrv/hspsmanager/inc/hspsconfiguration.h
changeset 4 1a2a00e78665
parent 0 79c6a41cd166
equal deleted inserted replaced
3:ff572005ac23 4:1a2a00e78665
    35 _LIT8( KConfigurationAttrVersion,       "version" );            // Configuration version
    35 _LIT8( KConfigurationAttrVersion,       "version" );            // Configuration version
    36 _LIT8( KConfigurationAttrMultiInstance, "multiinstance" );      // Multiinstance flag
    36 _LIT8( KConfigurationAttrMultiInstance, "multiinstance" );      // Multiinstance flag
    37 _LIT8( KConfigurationAttrDesc,          "desc" );               // Localized description
    37 _LIT8( KConfigurationAttrDesc,          "desc" );               // Localized description
    38 _LIT8( KConfigurationAttrDescEntity,    "_desc" );              // Logical string id of the Description attr (DTD entity)
    38 _LIT8( KConfigurationAttrDescEntity,    "_desc" );              // Logical string id of the Description attr (DTD entity)
    39 _LIT8( KConfigurationAttrMaxChild,      "max_child" );          // Maximum child count
    39 _LIT8( KConfigurationAttrMaxChild,      "max_child" );          // Maximum child count
       
    40 _LIT8( KConfigurationAttrLocking,       "locking_status" );     // Locking status
    40 
    41 
    41 
    42 
    42 // Configuration element type attribute values
    43 // Configuration element type attribute values
    43 _LIT8( KConfTypeApp,                    "application" );        // Application configuration
    44 _LIT8( KConfTypeApp,                    "application" );        // Application configuration
    44 _LIT8( KConfTypeView,                   "view" );               // View configuration
    45 _LIT8( KConfTypeView,                   "view" );               // View configuration
    48 // Configuration element state attribute values
    49 // Configuration element state attribute values
    49 _LIT8( KConfStateNotConfirmed,          "NotConfirmed" );       // Not confirmed state
    50 _LIT8( KConfStateNotConfirmed,          "NotConfirmed" );       // Not confirmed state
    50 _LIT8( KConfStateWaitForConfirmation,   "WaitForConfirmation" );// Wait for confirmation state
    51 _LIT8( KConfStateWaitForConfirmation,   "WaitForConfirmation" );// Wait for confirmation state
    51 _LIT8( KConfStateConfirmed,             "Confirmed" );          // Confirmed state
    52 _LIT8( KConfStateConfirmed,             "Confirmed" );          // Confirmed state
    52 _LIT8( KConfStateError,                 "Error" );              // Error state
    53 _LIT8( KConfStateError,                 "Error" );              // Error state
       
    54 
       
    55 // Options for the KConfigurationAttrLocking 
       
    56 _LIT8( KConfLockingLocked,              "locked" );             // Locked state
       
    57 _LIT8( KConfLockingRemovable,           "removable" );          // Removable state
       
    58 _LIT8( KConfLockingNone,                "none" );               // Default
    53 
    59 
    54 // Control element
    60 // Control element
    55 _LIT8( KControlElement, 				"control" );
    61 _LIT8( KControlElement, 				"control" );
    56 _LIT8( KControlAttrName, 				"name" );				// Localized name of the configuration
    62 _LIT8( KControlAttrName, 				"name" );				// Localized name of the configuration
    57 _LIT8( KControlAttrNameEntity,  		"_name" );				// DTD entity, used to localize the name attribute from DTD files
    63 _LIT8( KControlAttrNameEntity,  		"_name" );				// DTD entity, used to localize the name attribute from DTD files