From 382a13fe707c6166f1df5d38bddf4e13c7868a8f Mon Sep 17 00:00:00 2001 From: zhou_xq Date: Wed, 7 May 2025 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?hiappevent=20=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=85=B3=E4=BA=8ESystemCapability=E7=9A=84=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhou_xq --- hiviewdfx/hiappevent/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hiviewdfx/hiappevent/BUILD.gn b/hiviewdfx/hiappevent/BUILD.gn index 9a0c41b0c..2720fb5e3 100644 --- a/hiviewdfx/hiappevent/BUILD.gn +++ b/hiviewdfx/hiappevent/BUILD.gn @@ -18,6 +18,12 @@ ohos_ndk_library("libhiappevent_ndk") { ndk_description_file = "./libhiappevent.ndk.json" min_compact_version = "1" system_capability = "SystemCapability.HiviewDFX.HiAppEvent" + system_capability_headers = [ + "hiappevent/hiappevent.h", + "hiappevent/hiappevent_cfg.h", + "hiappevent/hiappevent_event.h", + "hiappevent/hiappevent_param.h", + ] } ohos_ndk_headers("libhiappevent_header") { -- Gitee