diff --git a/bundle.json b/bundle.json index b5825168147e825fed638732fa0105ab5c533fc8..06db64515c2d7e55eef2d37bfe67fba6c244c343 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 a98e58cd1f2cdf348b0a2f8f1c6358ed0c6d64c3..48d73c28349a1d876a02bae21d879e19684e703a 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", ]