homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 93 82b66994846c
parent 88 7f0462e8c3da
child 80 397d00875918
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
    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 Key path for all Home Screen state information keys provided by this API.
    22  * P&S Key path for all Home Screen information keys provided by this API.
    23  */
    23  */
    24 const char HsStatePSKeyPath[] = "/homescreen";
    24 const char HsStatePSKeyPath[] = "/homescreen";
    25 
    25 
    26 /**
    26 /**
    27  * 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
    28  * 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.
    29  *
    29  *
    30  * @see EPSHsState
    30  * @see EPSHsState
    31  */
    31  */
    32 const char HsStatePSKeySubPath[] = "state";
    32 const char HsStatePSKeySubPath[] = "state";
       
    33 
       
    34 /**
       
    35  * Home Screen P&S category Uid for pure Symbian usage.
       
    36  */
       
    37 const TUid KHsCategoryUid = { 0x20022F35 };
       
    38 
       
    39 /**
       
    40  * P&S Key to represent the state of the Home Screen for pure Symbian usage.
       
    41  * This property is updated when Home screen state is changed. Valid values 
       
    42  * are defined by the enum EPSHsState.
       
    43  */
       
    44 const TUint KHsCategoryStateKey = 0x1;
    33 
    45 
    34 /**
    46 /**
    35  * Home screen state.
    47  * Home screen state.
    36  */
    48  */
    37 enum EPSHsState
    49 enum EPSHsState