From 6f93a030052e43e47cadb0da8d7ec8106702455d Mon Sep 17 00:00:00 2001 From: libaoping Date: Mon, 6 Jun 2022 11:09:16 +0800 Subject: [PATCH] Fix:Modify softbus component name Feature or Bugfix:Feature Binary Source: No Signed-off-by: libaoping --- .../test/unittest/common/BUILD.gn | 2 +- utils/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/distributedhardwarefwkserviceimpl/test/unittest/common/BUILD.gn b/services/distributedhardwarefwkserviceimpl/test/unittest/common/BUILD.gn index 1c07a3a2..608ed184 100644 --- a/services/distributedhardwarefwkserviceimpl/test/unittest/common/BUILD.gn +++ b/services/distributedhardwarefwkserviceimpl/test/unittest/common/BUILD.gn @@ -56,7 +56,7 @@ ohos_unittest("DistributedHardwareManagerTest") { external_deps = [ "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", ] diff --git a/utils/BUILD.gn b/utils/BUILD.gn index 27018ede..1c9bcb20 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -47,7 +47,7 @@ ohos_shared_library("distributedhardwareutils") { external_deps = [ "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", ] -- Gitee