From ad4bddc556d7bc71ccaa659c08f18ed28ccade45 Mon Sep 17 00:00:00 2001 From: ding_dong_dong Date: Mon, 19 Jun 2023 16:12:37 +0800 Subject: [PATCH] modify build config Signed-off-by: ding_dong_dong --- bundle.json | 40 ++++++++++--------- .../distributeddataservice/service/BUILD.gn | 1 - 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/bundle.json b/bundle.json index c8b8c56e3..683a81f1a 100644 --- a/bundle.json +++ b/bundle.json @@ -51,35 +51,39 @@ ], "deps": { "components": [ - "libuv", - "common_event_service", + "ability_base", + "ability_runtime", + "access_token", "bundle_framework", - "safwk", - "zlib", - "init", - "os_account", "common", - "samgr", + "common_event_service", + "c_utils", "dataclassification", + "data_share", + "device_auth", + "device_manager", "dsoftbus", - "jsoncpp", + "hisysevent_native", "hitrace_native", - "access_token", - "huks", - "ability_base", - "ability_runtime", "hiviewdfx_hilog_native", - "hisysevent_native", - "device_auth", + "huks", + "init", + "kv_store", "ipc", - "napi" + "napi", + "os_account", + "relational_store", + "safwk", + "samgr" ], "third_party": [ - "uv_static", + "cjson", + "openssl", "sqlite", + "libuv", "libz", "jsoncpp", - "libcrypto_shared" + "zlib" ] }, "build": { @@ -98,4 +102,4 @@ ] } } -} +} \ No newline at end of file diff --git a/services/distributeddataservice/service/BUILD.gn b/services/distributeddataservice/service/BUILD.gn index d55ad5863..d532c0e9b 100644 --- a/services/distributeddataservice/service/BUILD.gn +++ b/services/distributeddataservice/service/BUILD.gn @@ -107,7 +107,6 @@ ohos_shared_library("distributeddatasvc") { deps = [ "${kv_store_distributeddb_path}:distributeddb", - "${relational_store_path}/interfaces/inner_api/cloud_data:cloud_data_inner", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter:distributeddata_adapter", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils:distributeddata_utils_static", "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:distributeddatasvcfwk", -- Gitee