From: Yunjin Lee Date: Wed, 17 May 2023 06:29:25 +0000 (+0900) Subject: Fix platform version 7.5 to 8.0 X-Git-Tag: accepted/tizen/8.0/unified/20231005.093701~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F292932%2F1;p=platform%2Fcore%2Fsecurity%2Fprivilege-info.git Fix platform version 7.5 to 8.0 - Tizen platform version policy is changed. There would be no x.5 version anymore. Change-Id: I60f081e551c3edbce49e578c9f87bd4251aa5089 Signed-off-by: Yunjin Lee --- diff --git a/src/include/privilege_information.h b/src/include/privilege_information.h index 429100f..8b5aa61 100644 --- a/src/include/privilege_information.h +++ b/src/include/privilege_information.h @@ -46,7 +46,7 @@ typedef enum { PRVINFO_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid function parameter */ PRVINFO_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */ PRVINFO_ERROR_INTERNAL_ERROR = TIZEN_ERROR_UNKNOWN, /**< Unknown error */ - PRVINFO_ERROR_NOT_SUPPORTED = TIZEN_ERROR_NOT_SUPPORTED, /**< @deprecated Not supported (Deprecated since 7.5) */ + PRVINFO_ERROR_NOT_SUPPORTED = TIZEN_ERROR_NOT_SUPPORTED, /**< @deprecated Not supported (Deprecated since 8.0) */ PRVINFO_ERROR_NO_MATCHING_PRIVILEGE = TIZEN_ERROR_PRIVILEGE_INFORMATION | 0x01 /**< No matched privilege (Since 6.0) */ } privilege_info_error_e; @@ -132,7 +132,7 @@ int privilege_info_get_description_by_pkgtype(const char *package_type, const ch /** - * @deprecated Deprecated since 7.5. + * @deprecated Deprecated since 8.0. * @brief Gets the display name of the privacy group in which the given privilege is included. * @since_tizen 3.0 * @remarks @a privacy_name must be released using free().