modify bm deps

Signed-off-by: changzheng6 <hanfeng6@huawei.com>
This commit is contained in:
changzheng6
2022-04-27 11:15:11 +08:00
parent a74b6c04d1
commit a3dd4c768e
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -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",
]
}
@@ -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;
@@ -17,7 +17,6 @@
#include <thread>
#include "ability_command.h"
#include "bundle_command.h"
#include "tool_system_test.h"
using namespace testing::ext;
@@ -18,7 +18,6 @@
#include <gtest/gtest.h>
#include <thread>
#include "ability_command.h"
#include "bundle_command.h"
using namespace OHOS::AAFwk;
using namespace OHOS::AppExecFwk;