homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 73 4bc7b118b3df
--- a/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Fri Mar 19 09:35:23 2010 +0200
+++ b/homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h	Fri Apr 16 15:16:09 2010 +0300
@@ -19,23 +19,17 @@
 #define HOMESCREEN_DOMAIN_PS_KEYS_H
 
 /**
- * P&S UID for all Home Screen state information keys provided by this API.
- */
-const QUuid KPSUidHsState("0x20022F75");
-
-/**
  * P&S Key path for all Home Screen state information keys provided by this API.
  */
-const QString HsStatePSKeyPath = "/homescreeninformation";
+const char HsStatePSKeyPath[] = "/homescreen";
 
 /**
  * P&S Key sub path to represent the state of the Home Screen. This property is updated when
- * Home screen state is changed. Valid values are defined by the enum EPSHsState
- * and range from 0 to 1.
+ * Home screen state is changed. Valid values are defined by the enum EPSHsState.
  *
  * @see EPSHsState
  */
-const QString HsStatePSKeySubPath = "resources/homescreen/state";
+const char HsStatePSKeySubPath[] = "state";
 
 /**
  * Home screen state.
@@ -56,4 +50,4 @@
      EHomeScreenIdleState   = 2
      };
 
-#endif //HOMESCREEN_DOMAIN_PS_KEYS_H
\ No newline at end of file
+#endif //HOMESCREEN_DOMAIN_PS_KEYS_H