From 7445e750728c9ad87dec0b773c0be543a420819a Mon Sep 17 00:00:00 2001 From: zt147369 Date: Thu, 11 Jul 2024 17:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4kit=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If40093fcbb62a678d36723b8acd423152577b24c Signed-off-by: 谢智宇 --- global/resource_management/include/rawfile/raw_dir.h | 2 +- global/resource_management/include/rawfile/raw_file.h | 2 +- global/resource_management/include/rawfile/raw_file_manager.h | 2 +- global/resource_management/include/resourcemanager/ohresmgr.h | 1 + .../resource_management/include/resourcemanager/resmgr_common.h | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/global/resource_management/include/rawfile/raw_dir.h b/global/resource_management/include/rawfile/raw_dir.h index 76a618ecce3..94965690c36 100644 --- a/global/resource_management/include/rawfile/raw_dir.h +++ b/global/resource_management/include/rawfile/raw_dir.h @@ -31,7 +31,7 @@ * @brief Declares native functions related to raw file directories. * * For example, you can use the functions to traverse and close a raw file directory, and reset its index. - * + * @kit LocalizationKit * @since 8 * @version 1.0 */ diff --git a/global/resource_management/include/rawfile/raw_file.h b/global/resource_management/include/rawfile/raw_file.h index 85eb3c54507..f3a3d2c3216 100644 --- a/global/resource_management/include/rawfile/raw_file.h +++ b/global/resource_management/include/rawfile/raw_file.h @@ -31,7 +31,7 @@ * @brief Declares native functions related to raw file. * * For example, you can use the functions to search for, read, and close raw files. - * + * @kit LocalizationKit * @since 8 * @version 1.0 */ diff --git a/global/resource_management/include/rawfile/raw_file_manager.h b/global/resource_management/include/rawfile/raw_file_manager.h index 42a8ff9c3bb..1663e77bef1 100644 --- a/global/resource_management/include/rawfile/raw_file_manager.h +++ b/global/resource_management/include/rawfile/raw_file_manager.h @@ -31,7 +31,7 @@ * @brief Declares native functions for the resource manager. * * You can use the resource manager to open raw files for subsequent operations, such as seeking and reading. - * + * @kit LocalizationKit * @since 8 * @version 1.0 */ diff --git a/global/resource_management/include/resourcemanager/ohresmgr.h b/global/resource_management/include/resourcemanager/ohresmgr.h index 97984f5f7de..6f9a523c4b3 100644 --- a/global/resource_management/include/resourcemanager/ohresmgr.h +++ b/global/resource_management/include/resourcemanager/ohresmgr.h @@ -28,6 +28,7 @@ * @brief Provides the implementation of the interface. * @syscap SystemCapability.Global.ResourceManager * @library libohresmgr.so + * @kit LocalizationKit * @since 12 */ #ifndef GLOBAL_OH_RESMGR_H diff --git a/global/resource_management/include/resourcemanager/resmgr_common.h b/global/resource_management/include/resourcemanager/resmgr_common.h index f56d9bcc748..abd4f039de4 100644 --- a/global/resource_management/include/resourcemanager/resmgr_common.h +++ b/global/resource_management/include/resourcemanager/resmgr_common.h @@ -28,6 +28,7 @@ * @brief Provides the structure required by the interface. * @syscap SystemCapability.Global.ResourceManager * @library libohresmgr.so + * @kit LocalizationKit * @since 12 */ #ifndef GLOBAL_RESMGR_COMMON_H -- Gitee