From 0ad864128f34a2a92114b212c22d60b69b705409 Mon Sep 17 00:00:00 2001 From: 13776621730 Date: Tue, 10 Jun 2025 17:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=83=E8=83=BD=E5=8A=9Bjson=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BAcJSON=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 13776621730 Change-Id: Id9f54dbd11a9b389509cd4ccb49a3ed8fd4e8f83 --- bundle.json | 1 + frameworks/js/napi/user_access_ctrl/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index b58251681..06db64515 100644 --- a/bundle.json +++ b/bundle.json @@ -57,6 +57,7 @@ "ets_frontend", "hiappevent", "jsoncpp", + "json", "screenlock_mgr" ] }, diff --git a/frameworks/js/napi/user_access_ctrl/BUILD.gn b/frameworks/js/napi/user_access_ctrl/BUILD.gn index a98e58cd1..48d73c283 100644 --- a/frameworks/js/napi/user_access_ctrl/BUILD.gn +++ b/frameworks/js/napi/user_access_ctrl/BUILD.gn @@ -45,6 +45,7 @@ ohos_shared_library("useraccessctrl") { "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", + "json:nlohmann_json_static", "napi:ace_napi", ] -- Gitee