Resolving Dependency Inconsistency

Match-id-e1e6b3f09d8c0f8aaa7e7213ad14b3c75e4fbc92
This commit is contained in:
zhaoguojian 2023-05-26 11:32:28 +08:00
parent 3b501dcdf7
commit a996178e39
4 changed files with 14 additions and 17 deletions

View File

@ -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": {

View File

@ -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",
]

View File

@ -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",

View File

@ -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",