From df00dcd0962fbbdfe04252af5acd872504a9169d Mon Sep 17 00:00:00 2001 From: 18242988924 Date: Sat, 27 Jan 2024 08:25:03 +0000 Subject: [PATCH 1/2] add dependency Signed-off-by: 18242988924 Change-Id: Ia5e85bf8415c9673ca59e4a6ebd02af2adc6ac60 --- test/unittest/bm/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/bm/BUILD.gn b/test/unittest/bm/BUILD.gn index 1a691ab..ccf559d 100644 --- a/test/unittest/bm/BUILD.gn +++ b/test/unittest/bm/BUILD.gn @@ -20,6 +20,7 @@ config("tools_bm_config_mock") { include_dirs = [ "${inner_api_path}/appexecfwk_base/include", "${inner_api_path}/appexecfwk_base/include/quick_fix", + "${inner_api_path}/appexecfwk_core/include", "${inner_api_path}/appexecfwk_core/include/bundlemgr", "${bundle_framework_path}/services/bundlemgr/include", "${bundle_framework_path}/services/bundlemgr/include/quick_fix", -- Gitee From b50607a021ed48ed45d106d05c2c52fbbf18a5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=AC=A3=E5=AE=87?= Date: Tue, 6 Feb 2024 03:08:56 +0000 Subject: [PATCH 2/2] add bundle_framework dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张欣宇 Change-Id: I90f9743f965403a4e526f11ec3db1c6767342eaa --- test/systemtest/bm/BUILD.gn | 3 +++ test/unittest/bm/BUILD.gn | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/systemtest/bm/BUILD.gn b/test/systemtest/bm/BUILD.gn index 4fb334e..78d74f1 100644 --- a/test/systemtest/bm/BUILD.gn +++ b/test/systemtest/bm/BUILD.gn @@ -45,6 +45,7 @@ ohos_systemtest("bm_command_install_system_test") { "ability_base:base", "ability_base:configuration", "ability_base:want", + "bundle_framework:appexecfwk_core", "hilog:libhilog", "ipc:ipc_core", "os_account:os_account_innerkits", @@ -82,6 +83,7 @@ ohos_systemtest("bm_command_uninstall_system_test") { "ability_base:base", "ability_base:configuration", "ability_base:want", + "bundle_framework:appexecfwk_core", "hilog:libhilog", "ipc:ipc_core", "os_account:os_account_innerkits", @@ -119,6 +121,7 @@ ohos_systemtest("bm_command_dump_system_test") { "ability_base:base", "ability_base:configuration", "ability_base:want", + "bundle_framework:appexecfwk_core", "hilog:libhilog", "ipc:ipc_core", "os_account:os_account_innerkits", diff --git a/test/unittest/bm/BUILD.gn b/test/unittest/bm/BUILD.gn index ccf559d..1a691ab 100644 --- a/test/unittest/bm/BUILD.gn +++ b/test/unittest/bm/BUILD.gn @@ -20,7 +20,6 @@ config("tools_bm_config_mock") { include_dirs = [ "${inner_api_path}/appexecfwk_base/include", "${inner_api_path}/appexecfwk_base/include/quick_fix", - "${inner_api_path}/appexecfwk_core/include", "${inner_api_path}/appexecfwk_core/include/bundlemgr", "${bundle_framework_path}/services/bundlemgr/include", "${bundle_framework_path}/services/bundlemgr/include/quick_fix", -- Gitee