From e454e66a4d4c92f4047b9b07d3f98b306c6d145a Mon Sep 17 00:00:00 2001 From: junyi233 Date: Mon, 29 May 2023 03:14:36 +0000 Subject: [PATCH] =?UTF-8?q?deps=E4=BE=9D=E8=B5=96=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=A4=96=E7=9A=84=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E7=94=A8external=5Fdeps=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- test/moduletest/bm/BUILD.gn | 6 +++--- test/unittest/bm/BUILD.gn | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/moduletest/bm/BUILD.gn b/test/moduletest/bm/BUILD.gn index 7fbed9c..9cd6702 100644 --- a/test/moduletest/bm/BUILD.gn +++ b/test/moduletest/bm/BUILD.gn @@ -58,7 +58,6 @@ ohos_moduletest("bm_command_dump_module_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -72,6 +71,7 @@ ohos_moduletest("bm_command_dump_module_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", @@ -108,7 +108,6 @@ ohos_moduletest("bm_command_install_module_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -122,6 +121,7 @@ ohos_moduletest("bm_command_install_module_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", @@ -158,7 +158,6 @@ ohos_moduletest("bm_command_uninstall_module_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -172,6 +171,7 @@ ohos_moduletest("bm_command_uninstall_module_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", diff --git a/test/unittest/bm/BUILD.gn b/test/unittest/bm/BUILD.gn index 36bf21b..a005fa9 100644 --- a/test/unittest/bm/BUILD.gn +++ b/test/unittest/bm/BUILD.gn @@ -63,7 +63,6 @@ ohos_unittest("bm_command_dump_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -76,6 +75,7 @@ ohos_unittest("bm_command_dump_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -115,7 +115,6 @@ ohos_unittest("bm_command_dump_dependencies_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -128,6 +127,7 @@ ohos_unittest("bm_command_dump_dependencies_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -167,7 +167,6 @@ ohos_unittest("bm_command_install_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -180,6 +179,7 @@ ohos_unittest("bm_command_install_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -219,7 +219,6 @@ ohos_unittest("bm_command_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -232,6 +231,7 @@ ohos_unittest("bm_command_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -271,7 +271,6 @@ ohos_unittest("bm_command_uninstall_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -284,6 +283,7 @@ ohos_unittest("bm_command_uninstall_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -323,7 +323,6 @@ ohos_unittest("bm_command_quickfix_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -336,6 +335,7 @@ ohos_unittest("bm_command_quickfix_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", @@ -375,7 +375,6 @@ ohos_unittest("bm_command_overlay_test") { } deps = [ - "${bundle_framework_path}/common:libappexecfwk_common", "${bundle_framework_path}/services/bundlemgr:libbms", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", @@ -388,6 +387,7 @@ ohos_unittest("bm_command_overlay_test") { "appverify:libhapverify", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", + "bundle_framework:libappexecfwk_common", "c_utils:utils", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", -- Gitee