homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 73 4bc7b118b3df
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
    17 
    17 
    18 #ifndef HOMESCREEN_DOMAIN_PS_KEYS_H
    18 #ifndef HOMESCREEN_DOMAIN_PS_KEYS_H
    19 #define HOMESCREEN_DOMAIN_PS_KEYS_H
    19 #define HOMESCREEN_DOMAIN_PS_KEYS_H
    20 
    20 
    21 /**
    21 /**
    22  * P&S UID for all Home Screen state information keys provided by this API.
       
    23  */
       
    24 const QUuid KPSUidHsState("0x20022F75");
       
    25 
       
    26 /**
       
    27  * P&S Key path for all Home Screen state information keys provided by this API.
    22  * P&S Key path for all Home Screen state information keys provided by this API.
    28  */
    23  */
    29 const QString HsStatePSKeyPath = "/homescreeninformation";
    24 const char HsStatePSKeyPath[] = "/homescreen";
    30 
    25 
    31 /**
    26 /**
    32  * P&S Key sub path to represent the state of the Home Screen. This property is updated when
    27  * P&S Key sub path to represent the state of the Home Screen. This property is updated when
    33  * Home screen state is changed. Valid values are defined by the enum EPSHsState
    28  * Home screen state is changed. Valid values are defined by the enum EPSHsState.
    34  * and range from 0 to 1.
       
    35  *
    29  *
    36  * @see EPSHsState
    30  * @see EPSHsState
    37  */
    31  */
    38 const QString HsStatePSKeySubPath = "resources/homescreen/state";
    32 const char HsStatePSKeySubPath[] = "state";
    39 
    33 
    40 /**
    34 /**
    41  * Home screen state.
    35  * Home screen state.
    42  */
    36  */
    43 enum EPSHsState
    37 enum EPSHsState