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", ]