homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 94 dbb8300717f7
parent 93 82b66994846c
child 98 d2f833ab7940
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
    29  *
    29  *
    30  * @see EPSHsState
    30  * @see EPSHsState
    31  */
    31  */
    32 const char HsStatePSKeySubPath[] = "state";
    32 const char HsStatePSKeySubPath[] = "state";
    33 
    33 
       
    34 #ifdef Q_OS_SYMBIAN
    34 /**
    35 /**
    35  * Home Screen P&S category Uid for pure Symbian usage.
    36  * Home Screen P&S category Uid for pure Symbian usage.
    36  */
    37  */
    37 const TUid KHsCategoryUid = { 0x20022F35 };
    38 const TUid KHsCategoryUid = { 0x20022F35 };
    38 
    39 
    39 /**
    40 /**
    40  * P&S Key to represent the state of the Home Screen for pure Symbian usage.
    41  * 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  * This property is updated when Home screen state is changed. Valid values
    42  * are defined by the enum EPSHsState.
    43  * are defined by the enum EPSHsState.
    43  */
    44  */
    44 const TUint KHsCategoryStateKey = 0x1;
    45 const TUint KHsCategoryStateKey = 0x1;
       
    46 #endif //Q_OS_SYMBIAN
    45 
    47 
    46 /**
    48 /**
    47  * Home screen state.
    49  * Home screen state.
    48  */
    50  */
    49 enum EPSHsState
    51 enum EPSHsState