From 365cd05be14ef96092876f478fa367068ad00185 Mon Sep 17 00:00:00 2001 From: pdf001 <1626385780@qq.com> Date: Sun, 27 Apr 2025 07:19:03 +0000 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3=E8=A1=A5?= =?UTF-8?q?=E5=85=85kit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/native_sdk/input/oh_key_code.h | 1 + zh-cn/native_sdk/resmgr/ohresmgr.h | 1 + zh-cn/native_sdk/resmgr/raw_dir.h | 2 +- zh-cn/native_sdk/resmgr/raw_file.h | 2 +- zh-cn/native_sdk/resmgr/raw_file_manager.h | 2 +- zh-cn/native_sdk/resmgr/resmgr_common.h | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/zh-cn/native_sdk/input/oh_key_code.h b/zh-cn/native_sdk/input/oh_key_code.h index ed71d1bd..a89d8984 100644 --- a/zh-cn/native_sdk/input/oh_key_code.h +++ b/zh-cn/native_sdk/input/oh_key_code.h @@ -29,6 +29,7 @@ * * @syscap SystemCapability.MultimodalInput.Input.Core * @library libohinput.so + * @kit InputKit * @since 12 */ diff --git a/zh-cn/native_sdk/resmgr/ohresmgr.h b/zh-cn/native_sdk/resmgr/ohresmgr.h index 9e8926f0..1d0b2823 100644 --- a/zh-cn/native_sdk/resmgr/ohresmgr.h +++ b/zh-cn/native_sdk/resmgr/ohresmgr.h @@ -27,6 +27,7 @@ * @brief 提供资源管理native侧获取资源的能力。 * @syscap SystemCapability.Global.ResourceManager * @library libohresmgr.so + * @kit LocalizationKit * @since 12 */ #ifndef GLOBAL_OH_RESMGR_H diff --git a/zh-cn/native_sdk/resmgr/raw_dir.h b/zh-cn/native_sdk/resmgr/raw_dir.h index 49a8eae1..d1c65e16 100644 --- a/zh-cn/native_sdk/resmgr/raw_dir.h +++ b/zh-cn/native_sdk/resmgr/raw_dir.h @@ -29,7 +29,7 @@ * @file raw_dir.h * * @brief 提供rawfile目录相关功能。 - * + * @kit LocalizationKit * 功能包括遍历和关闭rawfile目录。 * * @since 8 diff --git a/zh-cn/native_sdk/resmgr/raw_file.h b/zh-cn/native_sdk/resmgr/raw_file.h index 47ce93cc..174b5b80 100644 --- a/zh-cn/native_sdk/resmgr/raw_file.h +++ b/zh-cn/native_sdk/resmgr/raw_file.h @@ -27,7 +27,7 @@ * @file raw_file.h * * @brief 提供rawfile文件相关功能,功能包括搜索、读取和关闭。 - * + * @kit LocalizationKit * @since 8 * @version 1.0 */ diff --git a/zh-cn/native_sdk/resmgr/raw_file_manager.h b/zh-cn/native_sdk/resmgr/raw_file_manager.h index c6f5ece8..1f9cf971 100644 --- a/zh-cn/native_sdk/resmgr/raw_file_manager.h +++ b/zh-cn/native_sdk/resmgr/raw_file_manager.h @@ -29,7 +29,7 @@ * @file raw_file_manager.h * * @brief 提供资源管理rawfile相关功能,可以使用ResourceManager打开rawfile进行后续相关操作,像搜索和读取等。 - * + * @kit LocalizationKit * @since 8 * @version 1.0 */ diff --git a/zh-cn/native_sdk/resmgr/resmgr_common.h b/zh-cn/native_sdk/resmgr/resmgr_common.h index 89320078..0bd9b20d 100644 --- a/zh-cn/native_sdk/resmgr/resmgr_common.h +++ b/zh-cn/native_sdk/resmgr/resmgr_common.h @@ -27,6 +27,7 @@ * @brief 提供接口所需要的枚举类型和结构体。 * @syscap SystemCapability.Global.ResourceManager * @library libohresmgr.so + * @kit LocalizationKit * @since 12 */ #ifndef GLOBAL_RESMGR_COMMON_H -- Gitee