From a3dd4c768e2ea6bc8efd047daae2875d2ac96353 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Wed, 27 Apr 2022 11:15:11 +0800 Subject: [PATCH] modify bm deps Signed-off-by: changzheng6 --- tools/test/systemtest/aa/BUILD.gn | 1 - tools/test/systemtest/aa/aa_command_start_system_test.cpp | 1 - tools/test/systemtest/aa/aa_command_stop_service_system_test.cpp | 1 - tools/test/systemtest/aa/tool_system_test.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/tools/test/systemtest/aa/BUILD.gn b/tools/test/systemtest/aa/BUILD.gn index c4daa0b7f6..1c887db5a3 100644 --- a/tools/test/systemtest/aa/BUILD.gn +++ b/tools/test/systemtest/aa/BUILD.gn @@ -20,7 +20,6 @@ config("tools_aa_test_config") { include_dirs = [ "${appexecfwk_path}/interfaces/innerkits/appexecfwk_base/include", "${appexecfwk_path}/interfaces/innerkits/appexecfwk_core/include/bundlemgr", - "${appexecfwk_path}/tools/bm/include", "//base/security/appverify/interfaces/innerkits/appverify/include", ] } diff --git a/tools/test/systemtest/aa/aa_command_start_system_test.cpp b/tools/test/systemtest/aa/aa_command_start_system_test.cpp index 36971be357..cd8c405994 100644 --- a/tools/test/systemtest/aa/aa_command_start_system_test.cpp +++ b/tools/test/systemtest/aa/aa_command_start_system_test.cpp @@ -19,7 +19,6 @@ #include "ability_command.h" #include "ability_manager_client.h" #include "ability_manager_interface.h" -#include "bundle_command.h" #include "tool_system_test.h" using namespace testing::ext; diff --git a/tools/test/systemtest/aa/aa_command_stop_service_system_test.cpp b/tools/test/systemtest/aa/aa_command_stop_service_system_test.cpp index 9929b76af1..b9bee2ab8b 100644 --- a/tools/test/systemtest/aa/aa_command_stop_service_system_test.cpp +++ b/tools/test/systemtest/aa/aa_command_stop_service_system_test.cpp @@ -17,7 +17,6 @@ #include #include "ability_command.h" -#include "bundle_command.h" #include "tool_system_test.h" using namespace testing::ext; diff --git a/tools/test/systemtest/aa/tool_system_test.cpp b/tools/test/systemtest/aa/tool_system_test.cpp index 2839ed4b85..8d67f64d05 100644 --- a/tools/test/systemtest/aa/tool_system_test.cpp +++ b/tools/test/systemtest/aa/tool_system_test.cpp @@ -18,7 +18,6 @@ #include #include #include "ability_command.h" -#include "bundle_command.h" using namespace OHOS::AAFwk; using namespace OHOS::AppExecFwk;