From d42b1439f273ba558898fbae4accbb775d9453af Mon Sep 17 00:00:00 2001 From: Lixiaoying25 Date: Wed, 11 Jun 2025 17:14:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=AF=8F=E4=B8=AAAPI=E5=BF=85=E9=A1=BB?= =?UTF-8?q?=E4=B8=94=E5=8F=AA=E8=83=BD=E5=BD=92=E5=B1=9E=E4=B8=80=E4=B8=AA?= =?UTF-8?q?Kit=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lixiaoying25 --- IPCKit/ipc_kit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPCKit/ipc_kit.h b/IPCKit/ipc_kit.h index 9786bd1f2..8d0fdfb99 100644 --- a/IPCKit/ipc_kit.h +++ b/IPCKit/ipc_kit.h @@ -24,11 +24,12 @@ */ /** - * @file ipc_cparcel.h + * @file ipc_kit.h * * @brief Provides an entry to the IPC header files for you to reference. * * @library libipc_capi.so + * @kit IPCKit * @syscap SystemCapability.Communication.IPC.Core * @since 12 */ -- Gitee From 5ceea9fd8ca94eb8a5376dfbdc47b9710475286a Mon Sep 17 00:00:00 2001 From: Lixiaoying25 Date: Thu, 12 Jun 2025 12:08:23 +0000 Subject: [PATCH 2/2] update IPCKit/ipc_kit.h. Signed-off-by: Lixiaoying25 --- IPCKit/ipc_kit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPCKit/ipc_kit.h b/IPCKit/ipc_kit.h index 8d0fdfb99..576140502 100644 --- a/IPCKit/ipc_kit.h +++ b/IPCKit/ipc_kit.h @@ -24,7 +24,7 @@ */ /** - * @file ipc_kit.h + * @file ipc_cparcel.h * * @brief Provides an entry to the IPC header files for you to reference. * -- Gitee