diff --git a/test/systemtest/bm/BUILD.gn b/test/systemtest/bm/BUILD.gn index 4fb334e23a08502ef2a485f81bc3ee5e957f053b..78d74f1f2edc69a512d360a870f14f1dd33eaadb 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",