Fix:Modify softbus component name

Feature or Bugfix:Feature
Binary Source: No

Signed-off-by: libaoping <libaoping1@huawei.com>
This commit is contained in:
libaoping 2022-06-01 15:16:14 +08:00
parent d85fb715fa
commit 7391fe78f9
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"ability_runtime",
"appexecfwk_standard",
"distributeddatamgr",
"dsoftbus_standard",
"dsoftbus",
"eventhandler",
"hiviewdfx_hilog_native",
"ipc",

View File

@ -64,7 +64,7 @@ ohos_shared_library("distributedschedsvr") {
"bundle_framework:appexecfwk_core",
"deviceauth_standard:deviceauth_sdk",
"distributeddatamgr:distributeddata_inner",
"dsoftbus_standard:softbus_client",
"dsoftbus:softbus_client",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",

View File

@ -37,7 +37,7 @@ dsched_external_deps = [
"bundle_framework:appexecfwk_core",
"deviceauth_standard:deviceauth_sdk",
"distributeddatamgr:distributeddata_inner",
"dsoftbus_standard:softbus_client",
"dsoftbus:softbus_client",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",