diff --git a/global/resource_management/include/rawfile/raw_dir.h b/global/resource_management/include/rawfile/raw_dir.h index 76a618ecce38f1c55ee518d7ac1d556e3dc7abaa..94965690c36f02b3a0bdb7bd7cf572372aaa8ac9 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 85eb3c545071b0a9d6141b2dd2a568850f39e9f3..f3a3d2c3216201f11591666f89bd4a9a55e898a1 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 42a8ff9c3bbaaf6bd08b9f2f6eeea179ae817e3b..1663e77bef1dee9c78116eab55f2508556f0fbc4 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 97984f5f7de6188397f58184f27ef5abb9759aa4..6f9a523c4b3af71350335070875307276ff0ebd8 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 f56d9bcc74847478389b3aea8f1f101a268bb1f7..abd4f039de4b59e04ca53e4a2e6d09f6ef99bb5b 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