From 48e4850c02bc10f6c0092141339baa81132231f7 Mon Sep 17 00:00:00 2001 From: NeaceDaer Date: Wed, 19 Jan 2022 07:16:29 +0000 Subject: [PATCH] Componentization. Signed-off-by: zhangxiujian --- services/abilitymgr/BUILD.gn | 2 +- services/abilitymgr/test/BUILD.gn | 2 +- .../test/unittest/phone/ability_manager_service_test/BUILD.gn | 2 +- services/test/moduletest/ability_mgr_service_test/BUILD.gn | 2 +- services/test/moduletest/ability_record_test/BUILD.gn | 2 +- services/test/moduletest/ability_stack_test/BUILD.gn | 2 +- services/test/moduletest/panding_want_manager_test/BUILD.gn | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/abilitymgr/BUILD.gn b/services/abilitymgr/BUILD.gn index fe23fbd1276..141e0411c9d 100755 --- a/services/abilitymgr/BUILD.gn +++ b/services/abilitymgr/BUILD.gn @@ -101,7 +101,7 @@ ohos_shared_library("abilityms") { "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", "device_manager_base:devicemanagersdk", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] diff --git a/services/abilitymgr/test/BUILD.gn b/services/abilitymgr/test/BUILD.gn index a782a35ef33..dfcaccc576a 100644 --- a/services/abilitymgr/test/BUILD.gn +++ b/services/abilitymgr/test/BUILD.gn @@ -143,7 +143,7 @@ ohos_source_set("abilityms_test_source") { "bytrace_standard:bytrace_core", "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "native_appdatamgr:native_appdatafwk", diff --git a/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn b/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn index 5f520b9cc53..4b5b4af3f61 100755 --- a/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn +++ b/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn @@ -58,7 +58,7 @@ ohos_unittest("ability_manager_service_test") { external_deps = [ "device_manager_base:devicemanagersdk", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] diff --git a/services/test/moduletest/ability_mgr_service_test/BUILD.gn b/services/test/moduletest/ability_mgr_service_test/BUILD.gn index bb104a19bff..14b1b1230ae 100644 --- a/services/test/moduletest/ability_mgr_service_test/BUILD.gn +++ b/services/test/moduletest/ability_mgr_service_test/BUILD.gn @@ -106,7 +106,7 @@ ohos_moduletest("ability_mgr_module_test") { "bytrace_standard:bytrace_core", "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "native_appdatamgr:native_appdatafwk", diff --git a/services/test/moduletest/ability_record_test/BUILD.gn b/services/test/moduletest/ability_record_test/BUILD.gn index 3c3a0c2ece4..0199e891530 100644 --- a/services/test/moduletest/ability_record_test/BUILD.gn +++ b/services/test/moduletest/ability_record_test/BUILD.gn @@ -108,7 +108,7 @@ ohos_moduletest("AbilityRecordModuleTest") { "bytrace_standard:bytrace_core", "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "native_appdatamgr:native_appdatafwk", diff --git a/services/test/moduletest/ability_stack_test/BUILD.gn b/services/test/moduletest/ability_stack_test/BUILD.gn index 5d60bb524ce..57ca12d99d1 100644 --- a/services/test/moduletest/ability_stack_test/BUILD.gn +++ b/services/test/moduletest/ability_stack_test/BUILD.gn @@ -106,7 +106,7 @@ ohos_moduletest("ability_stack_module_test") { "bytrace_standard:bytrace_core", "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "native_appdatamgr:native_appdatafwk", diff --git a/services/test/moduletest/panding_want_manager_test/BUILD.gn b/services/test/moduletest/panding_want_manager_test/BUILD.gn index 8e90eaee7ed..9befb189fad 100755 --- a/services/test/moduletest/panding_want_manager_test/BUILD.gn +++ b/services/test/moduletest/panding_want_manager_test/BUILD.gn @@ -72,7 +72,7 @@ ohos_moduletest("PandingWantMgrTest") { "ces_standard:cesfwk_core", "ces_standard:cesfwk_innerkits", "device_manager_base:devicemanagersdk", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "multimedia_image_standard:image_native", -- Gitee