From 33b148aef494cb06e59a7fe1f280ed87e883fcc9 Mon Sep 17 00:00:00 2001 From: dapaodexiaoyu2 Date: Sat, 13 Sep 2025 19:21:58 +0800 Subject: [PATCH] add native messaging Signed-off-by: dapaodexiaoyu2 --- config/ci_api_part_name.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/ci_api_part_name.json b/config/ci_api_part_name.json index 6b3ec3f3..8a6a6ed8 100644 --- a/config/ci_api_part_name.json +++ b/config/ci_api_part_name.json @@ -1161,6 +1161,27 @@ ], "build_targets": [] }, + { + "path": "interface/sdk-js/api/@ohos.web.webNativeMessagingExtensionAbility.d.ts", + "bundle_name": [ + "webview" + ], + "build_targets": [] + }, + { + "path": "interface/sdk-js/api/@ohos.web.webNativeMessagingExtensionContext.d.ts", + "bundle_name": [ + "webview" + ], + "build_targets": [] + }, + { + "path": "interface/sdk-js/api/@ohos.web.webNativeMessagingExtensionManager.d.ts", + "bundle_name": [ + "webview" + ], + "build_targets": [] + }, { "path": "interface/sdk-js/api/@ohos.hilog.d.ts", "bundle_name": [ -- Gitee