homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 73 4bc7b118b3df
parent 61 8e5041d13c84
child 80 397d00875918
--- a/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Mon May 03 12:48:45 2010 +0300
+++ b/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Fri May 14 16:10:06 2010 +0300
@@ -19,7 +19,7 @@
 #define HOMESCREEN_DOMAIN_PS_KEYS_H
 
 /**
- * P&S Key path for all Home Screen state information keys provided by this API.
+ * P&S Key path for all Home Screen information keys provided by this API.
  */
 const char HsStatePSKeyPath[] = "/homescreen";
 
@@ -32,6 +32,18 @@
 const char HsStatePSKeySubPath[] = "state";
 
 /**
+ * Home Screen P&S category Uid for pure Symbian usage.
+ */
+const TUid KHsCategoryUid = { 0x20022F35 };
+
+/**
+ * P&S Key to represent the state of the Home Screen for pure Symbian usage.
+ * This property is updated when Home screen state is changed. Valid values 
+ * are defined by the enum EPSHsState.
+ */
+const TUint KHsCategoryStateKey = 0x1;
+
+/**
  * Home screen state.
  */
 enum EPSHsState