homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 93 82b66994846c
parent 88 7f0462e8c3da
child 80 397d00875918
--- a/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Fri Apr 30 15:22:08 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