diff --git a/bundle.json b/bundle.json index 753cf61..c4f5c6c 100755 --- a/bundle.json +++ b/bundle.json @@ -25,20 +25,20 @@ "ram": "5102KB", "deps": { "components": [ - "ability_base", - "ability_runtime", - "hiviewdfx_hilog_native", - "ipc_core", - "aafwk_standard", - "system_ability_fwk", - "samgr_proxy", - "appexecfwk_standard", - "eventhandler", - "napi", - "safwk", - "samgr", + "access_token", "c_utils", - "hisysevent_native" + "common_event_service", + "device_manager", + "hdf_core", + "hisysevent_native", + "hiviewdfx_hilog_native", + "ipc", + "napi", + "os_account", + "preferences", + "relational_store", + "safwk", + "samgr" ] }, "build": { diff --git a/services/bigdata/BUILD.gn b/services/bigdata/BUILD.gn index ca91409..9f46099 100644 --- a/services/bigdata/BUILD.gn +++ b/services/bigdata/BUILD.gn @@ -26,7 +26,7 @@ ohos_source_set("sg_bigdata_stamp") { external_deps = [ "c_utils:utils", - "hilog_native:libhilog", + "hiviewdfx_hilog_native:libhilog", "hisysevent_native:libhisysevent", ] diff --git a/services/data_collect/BUILD.gn b/services/data_collect/BUILD.gn index 7dde153..b9a7c15 100755 --- a/services/data_collect/BUILD.gn +++ b/services/data_collect/BUILD.gn @@ -51,7 +51,6 @@ ohos_source_set("sg_uevent_listener_stamp") { "common_event_service:cesfwk_innerkits", "hdf_core:libhdf_ipc_adapter", "hiviewdfx_hilog_native:libhilog", - "kv_store:distributeddata_inner", "relational_store:native_rdb", ] } @@ -112,7 +111,6 @@ ohos_shared_library("sg_collect_service") { "hisysevent_native:libhisyseventmanager", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "kv_store:distributeddata_inner", "os_account:os_account_innerkits", "preferences:native_preferences", "relational_store:native_rdb", diff --git a/services/risk_classify/BUILD.gn b/services/risk_classify/BUILD.gn index d3dfbf4..ba28be4 100755 --- a/services/risk_classify/BUILD.gn +++ b/services/risk_classify/BUILD.gn @@ -65,7 +65,6 @@ ohos_shared_library("sg_classify_service") { "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "kv_store:distributeddata_inner", "relational_store:native_rdb", "safwk:system_ability_fwk", "samgr:samgr_proxy",