diff --git a/bundle.json b/bundle.json index 64d67e5d7106cc09c5afe289deca47f21344ce5a..96d71c78a4e80d0502255fbf7eea1b9514b8bd05 100644 --- a/bundle.json +++ b/bundle.json @@ -69,7 +69,6 @@ "os_account_innerkits" ], "third_party": [ - "jsoncpp", "libuv", "icu", "node", diff --git a/frameworks/ans/BUILD.gn b/frameworks/ans/BUILD.gn index e17745f8bef4e981558cf67b1d9855dcb4f21433..70fd749d4617c5267f43a1db34fb730ef6f0ea75 100644 --- a/frameworks/ans/BUILD.gn +++ b/frameworks/ans/BUILD.gn @@ -26,7 +26,6 @@ config("ans_innerkits_public_config") { "${core_path}/common/include", "${core_path}/include", "//third_party/json/single_include", - "//third_party/jsoncpp/include", "//utils/system/safwk/native/include", ] configs = [ @@ -39,7 +38,6 @@ ohos_shared_library("ans_innerkits") { include_dirs = [ "${inner_api_path}", "//utils/system/safwk/native/include", - "//third_party/jsoncpp/include", ] sources = [ @@ -82,7 +80,6 @@ ohos_shared_library("ans_innerkits") { deps = [ "${core_path}:ans_core", - "//third_party/jsoncpp:jsoncpp", "//utils/native/base:utils", ] diff --git a/frameworks/core/BUILD.gn b/frameworks/core/BUILD.gn index 26f6baaab4e8464370f0138b073efef83e5648ae..ea5bb5a5d3117f0fc0420a6312e86a27d12a1bdf 100644 --- a/frameworks/core/BUILD.gn +++ b/frameworks/core/BUILD.gn @@ -25,7 +25,6 @@ config("public_ans_core_config") { "//utils/native/base/include", "//third_party/json/single_include", - "//third_party/jsoncpp/include", ] } @@ -80,10 +79,7 @@ ohos_shared_library("ans_core") { public_configs = [ ":public_ans_core_config" ] - deps = [ - "//third_party/jsoncpp:jsoncpp", - "//utils/native/base:utils", - ] + deps = [ "//utils/native/base:utils" ] external_deps = [ "ability_base:base", diff --git a/frameworks/js/napi/BUILD.gn b/frameworks/js/napi/BUILD.gn index a1d128eac86877484c67e31f5938b3b7881706f3..7801f533c03aefc904e5d40b72278af902133635 100644 --- a/frameworks/js/napi/BUILD.gn +++ b/frameworks/js/napi/BUILD.gn @@ -50,7 +50,6 @@ ohos_shared_library("notification") { "//third_party/node/src", "//third_party/libuv/include", "//third_party/json/single_include", - "//third_party/jsoncpp/include", ] configs = [ ":native_module_config" ] @@ -79,7 +78,6 @@ ohos_shared_library("notification") { "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", "//foundation/multimedia/image_standard/interfaces/innerkits:image", - "//third_party/jsoncpp:jsoncpp", "//third_party/libuv:uv_static", "//utils/native/base:utils", ] diff --git a/frameworks/js/napi/src/reminder/BUILD.gn b/frameworks/js/napi/src/reminder/BUILD.gn index 33077309d3ded544c1c58498eebdf622d490c7bc..50e22a027e4a3aa4fcee43a70ef54ebb73d1ebbb 100644 --- a/frameworks/js/napi/src/reminder/BUILD.gn +++ b/frameworks/js/napi/src/reminder/BUILD.gn @@ -41,7 +41,6 @@ ohos_shared_library("reminderagent") { "../../include", "//third_party/node/src", "//third_party/libuv/include", - "//third_party/jsoncpp/include", ] configs = [ ":native_module_config" ] @@ -59,7 +58,6 @@ ohos_shared_library("reminderagent") { "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", "//foundation/multimedia/image_standard/interfaces/innerkits:image", - "//third_party/jsoncpp:jsoncpp", "//third_party/libuv:uv_static", "//utils/native/base:utils", ] diff --git a/frameworks/test/moduletest/BUILD.gn b/frameworks/test/moduletest/BUILD.gn index 0a35f9d05b600c7ad793be9cf013b7281373ebda..e5c39c97b3620ae9aa9f97106456ca2dc1581d9b 100644 --- a/frameworks/test/moduletest/BUILD.gn +++ b/frameworks/test/moduletest/BUILD.gn @@ -43,7 +43,6 @@ ohos_moduletest("ans_fw_module_test") { "${core_path}/include", "${inner_api_path}", "//utils/native/base/include", - "//third_party/jsoncpp/include", "${frameworks_path}/test/moduletest/mock/include", ] @@ -117,7 +116,6 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "${core_path}/include", "${inner_api_path}", "//utils/native/base/include", - "//third_party/jsoncpp/include", "${frameworks_path}/test/moduletest/mock/include", ] @@ -193,7 +191,6 @@ ohos_moduletest("ans_innerkits_module_slot_test") { "${core_path}/include", "${inner_api_path}", "//utils/native/base/include", - "//third_party/jsoncpp/include", "${frameworks_path}/test/moduletest/mock/include", ] @@ -267,7 +264,6 @@ ohos_moduletest("ans_innerkits_module_setting_test") { "${core_path}/include", "${inner_api_path}", "//utils/native/base/include", - "//third_party/jsoncpp/include", "${frameworks_path}/test/moduletest/mock/include", ]