From 59833ef235fe07e69775c8b6f43f95dab95dfc7e Mon Sep 17 00:00:00 2001 From: shuaiyutao Date: Wed, 10 Aug 2022 16:49:40 +0800 Subject: [PATCH] modify utils_base part name Change-Id: Icdeb0aab3f73cd7e7d13ecd82d63b3e5448af4ae Signed-off-by: shuaiyutao --- bundle.json | 4 ++-- frameworks/bundle_lite/BUILD.gn | 6 +++--- services/bundlemgr_lite/BUILD.gn | 8 ++++---- services/bundlemgr_lite/bundle_daemon/BUILD.gn | 2 +- services/bundlemgr_lite/tools/BUILD.gn | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bundle.json b/bundle.json index bf78c13..3eb9630 100644 --- a/bundle.json +++ b/bundle.json @@ -22,8 +22,8 @@ "deps": { "components": [ "ability_lite", + "utils_lite", "hilog", - "utils_base", "permission", "samgr_lite", "resource_management_lite", @@ -68,4 +68,4 @@ ] } } -} \ No newline at end of file +} diff --git a/frameworks/bundle_lite/BUILD.gn b/frameworks/bundle_lite/BUILD.gn index e3f3891..5b18e9d 100644 --- a/frameworks/bundle_lite/BUILD.gn +++ b/frameworks/bundle_lite/BUILD.gn @@ -65,8 +65,8 @@ lite_library("bundle") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "//third_party/bounds_checking_function/include", - "//utils/native/lite/include", - "//utils/native/lite/memory/include", + "//commonlibrary/utils_lite/include", + "//commonlibrary/utils_lite/memory/include", "//third_party/cJSON", ] } else { @@ -108,7 +108,7 @@ lite_library("bundle") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "//third_party/bounds_checking_function/include", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//third_party/cJSON", ] diff --git a/services/bundlemgr_lite/BUILD.gn b/services/bundlemgr_lite/BUILD.gn index 8ec48c3..0a27260 100644 --- a/services/bundlemgr_lite/BUILD.gn +++ b/services/bundlemgr_lite/BUILD.gn @@ -65,8 +65,8 @@ if (ohos_kernel_type == "liteos_m") { "//base/security/permission_lite/services/pms/include", "//base/security/appverify/interfaces/innerkits/appverify_lite/include", "//third_party/bounds_checking_function/include", - "//utils/native/lite/include", - "//utils/native/lite/memory/include", + "//commonlibrary/utils_lite/include", + "//commonlibrary/utils_lite/memory/include", "include", ] } @@ -122,8 +122,8 @@ if (ohos_kernel_type == "liteos_m") { "//base/security/permission_lite/services/pms/include", "//base/security/appverify/interfaces/innerkits/appverify_lite/include", "//third_party/bounds_checking_function/include", - "//utils/native/lite/include", - "//utils/native/lite/memory", + "//commonlibrary/utils_lite/include", + "//commonlibrary/utils_lite/memory", "include", ] diff --git a/services/bundlemgr_lite/bundle_daemon/BUILD.gn b/services/bundlemgr_lite/bundle_daemon/BUILD.gn index 2d407a3..4c2c311 100755 --- a/services/bundlemgr_lite/bundle_daemon/BUILD.gn +++ b/services/bundlemgr_lite/bundle_daemon/BUILD.gn @@ -56,6 +56,6 @@ executable("bundle_daemon") { "//foundation/systemabilitymgr/samgr_lite/interfaces/innerkits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/innerkits/registry", "//third_party/zlib/contrib/minizip", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] } diff --git a/services/bundlemgr_lite/tools/BUILD.gn b/services/bundlemgr_lite/tools/BUILD.gn index 2b7ee53..e55ae4b 100644 --- a/services/bundlemgr_lite/tools/BUILD.gn +++ b/services/bundlemgr_lite/tools/BUILD.gn @@ -60,7 +60,7 @@ executable("bm") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "//third_party/cJSON", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", ]