diff --git a/bundle.json b/bundle.json index c8b8c56e3c9c30c12e5c0741b20324e0dfa9ac98..683a81f1ad2e49871ec5e1c9567feb3d49700178 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 d55ad5863860277077564db808aeaa0166a5f254..d532c0e9b9a035b2e091b644a2699c07319d1616 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",