homescreensrv_plat/homescreen_information_api/inc/homescreendomainpskeys.h
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
child 116 305818acdca4
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    35     
    35     
    36     @see EPSHsState
    36     @see EPSHsState
    37 */
    37 */
    38 const char HsStatePSKeySubPath[] = "state";
    38 const char HsStatePSKeySubPath[] = "state";
    39 
    39 
    40 #ifdef Q_OS_SYMBIAN
    40 #if defined(__SYMBIAN32__) || defined(SYMBIAN) 
    41 /*!
    41 /*!
    42     Home Screen P&S category Uid for pure Symbian usage.
    42     Home Screen P&S category Uid for pure Symbian usage.
    43 */
    43 */
    44 const TUid KHsCategoryUid = { 0x20022F35 };
    44 const TUid KHsCategoryUid = { 0x20022F35 };
    45 
    45 
    47     P&S Key to represent the state of the Home Screen for pure Symbian usage.
    47     P&S Key to represent the state of the Home Screen for pure Symbian usage.
    48     This property is updated when Home screen state is changed. Valid values
    48     This property is updated when Home screen state is changed. Valid values
    49     are defined by the enum EPSHsState.
    49     are defined by the enum EPSHsState.
    50 */
    50 */
    51 const TUint KHsCategoryStateKey = 0x1;
    51 const TUint KHsCategoryStateKey = 0x1;
    52 #endif //Q_OS_SYMBIAN
    52 #endif //SYMBIAN
    53 
    53 
    54 /*!
    54 /*!
    55     Home screen state.
    55     Home screen state.
    56 */
    56 */
    57 enum EPSHsState
    57 enum EPSHsState