From e72a854f1d9fc69a4c465083598c6223252c6537 Mon Sep 17 00:00:00 2001 From: Lixiaoying25 Date: Wed, 11 Jun 2025 17:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E5=8C=BA=E5=91=8A=E8=AD=A6-=E6=AF=8F?= =?UTF-8?q?=E4=B8=AAAPI=E5=BF=85=E9=A1=BB=E4=B8=94=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E5=BD=92=E5=B1=9E=E4=B8=80=E4=B8=AAkit=20=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/IPCKit/ipc_kit.h b/IPCKit/ipc_kit.h index 9786bd1f2..576140502 100644 --- a/IPCKit/ipc_kit.h +++ b/IPCKit/ipc_kit.h @@ -29,6 +29,7 @@ * @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