modify bms deps

Signed-off-by: changzheng6 <hanfeng6@huawei.com>
This commit is contained in:
changzheng6
2022-04-20 16:30:31 +08:00
parent 2aa4c5abda
commit 9bd04d8bc6
9 changed files with 10 additions and 11 deletions
@@ -12,7 +12,7 @@
# limitations under the License.
import("//build/ohos.gni")
import("//foundation/appexecfwk/standard/appexecfwk.gni")
import("../../../appexecfwk.gni")
config("appexecfwk_base_sdk_config") {
include_dirs = [
@@ -47,7 +47,7 @@ ohos_shared_library("appexecfwk_base") {
"src/module_info.cpp",
"src/module_usage_record.cpp",
"src/perf_profile.cpp",
"src/permission_def.cpp",
"src/permission_define.cpp",
"src/remote_ability_info.cpp",
"src/shortcut_info.cpp",
]
@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "permission_def.h"
#include "permission_define.h"
#include "nlohmann/json.hpp"
#include "string_ex.h"
@@ -27,11 +27,11 @@
#include "common_event_info.h"
#include "distributed_bundle_info.h"
#include "form_info.h"
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
#include "hap_module_info.h"
#include "module_usage_record.h"
#include "on_permission_changed_callback_interface.h"
#include "ohos/aafwk/content/want.h"
#include "permission_define.h"
#ifdef BUNDLE_FRAMEWORK_GRAPHICS
#include "pixel_map.h"
#endif
+2 -3
View File
@@ -12,9 +12,8 @@
# limitations under the License.
import("//build/ohos.gni")
import("//foundation/appexecfwk/standard/appexecfwk.gni")
import(
"//foundation/appexecfwk/standard/services/bundlemgr/appexecfwk_bundlemgr.gni")
import("../../appexecfwk.gni")
import("appexecfwk_bundlemgr.gni")
config("bundlemgr_common_config") {
include_dirs = [
@@ -18,8 +18,8 @@
#include "accesstoken_kit.h"
#include "bundle_constants.h"
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
#include "inner_bundle_info.h"
#include "permission_define.h"
namespace OHOS {
namespace AppExecFwk {
@@ -23,11 +23,11 @@
#include "bundle_mgr_service.h"
#include "bundle_permission_mgr.h"
#include "bundle_verify_mgr.h"
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
#include "inner_bundle_info.h"
#include "installd/installd_service.h"
#include "installd_client.h"
#include "mock_status_receiver.h"
#include "permission_define.h"
using namespace testing::ext;
using namespace std::chrono_literals;
@@ -23,11 +23,11 @@
#include "bundle_mgr_service.h"
#include "bundle_permission_mgr.h"
#include "bundle_verify_mgr.h"
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
#include "inner_bundle_info.h"
#include "installd/installd_service.h"
#include "installd_client.h"
#include "mock_status_receiver.h"
#include "permission_define.h"
using namespace testing::ext;
using namespace std::chrono_literals;
@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "permission_def.h"
#include "permission_define.h"
#include <benchmark/benchmark.h>