Fix platform version 7.5 to 8.0 32/292932/1
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 17 May 2023 06:29:25 +0000 (15:29 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 17 May 2023 06:29:25 +0000 (15:29 +0900)
- Tizen platform version policy is changed. There would be no x.5 version
anymore.

Change-Id: I60f081e551c3edbce49e578c9f87bd4251aa5089
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/include/privilege_information.h

index 429100f..8b5aa61 100644 (file)
@@ -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().