diff --git a/frameworks/bundle_lite/BUILD.gn b/frameworks/bundle_lite/BUILD.gn index bb9d3889ee328b046e8d20114d30fd1e2a3cd52a..1b74fc4151104c6ef0f61462dd9eb2b548294f29 100644 --- a/frameworks/bundle_lite/BUILD.gn +++ b/frameworks/bundle_lite/BUILD.gn @@ -10,8 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") generate_notice_file("bundle_notice_file") { module_name = "bundle" diff --git a/interfaces/kits/bundle_lite/js/builtin/BUILD.gn b/interfaces/kits/bundle_lite/js/builtin/BUILD.gn index e0a252a075857b76cd94f4684b58b9870458982e..f933dc4221e4a418d4bce9ea02c7867d11bf64ba 100644 --- a/interfaces/kits/bundle_lite/js/builtin/BUILD.gn +++ b/interfaces/kits/bundle_lite/js/builtin/BUILD.gn @@ -10,8 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") static_library("capability_api_simulator") { sources = [ "${appexecfwk_lite_path}/interfaces/kits/bundle_lite/js/builtin/src/capability_module.cpp" ] cflags = [ "-fPIC" ] diff --git a/services/bundlemgr_lite/BUILD.gn b/services/bundlemgr_lite/BUILD.gn index e93f45c4638d2becd52b6c7411d70a90f6b47898..d540c5f590fc6596cd81d4b391d76fc3f9e6f302 100644 --- a/services/bundlemgr_lite/BUILD.gn +++ b/services/bundlemgr_lite/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") +import("//build/hb/config/component/lite_component.gni") config("bundle_config") { defines = [ "OHOS_APPEXECFWK_BMS_BUNDLEMANAGER" ] @@ -75,7 +75,7 @@ if (ohos_kernel_type == "liteos_m") { } } else { shared_library("bundlems") { - configs -= [ "//build/lite/config:language_cpp" ] + configs -= [ "//build/hb/config:language_cpp" ] configs += [ ":bundle_config" ] cflags = [ @@ -132,8 +132,8 @@ if (ohos_kernel_type == "liteos_m") { "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/security/appverify/interfaces/innerkits/appverify_lite:verify", - "//build/lite/config/component/cJSON:cjson_shared", - "//build/lite/config/component/zlib:zlib_shared", + "//build/hb/config/component/cJSON:cjson_shared", + "//build/hb/config/component/zlib:zlib_shared", "//foundation/distributedschedule/samgr_lite/samgr:samgr", ] } diff --git a/services/bundlemgr_lite/bundle_daemon/BUILD.gn b/services/bundlemgr_lite/bundle_daemon/BUILD.gn index 1cf32f3eb46ae63c6553050275fb732b67b52cdc..8d8ccc5946eb2da8f83afd6a1ba20be1472b0e05 100755 --- a/services/bundlemgr_lite/bundle_daemon/BUILD.gn +++ b/services/bundlemgr_lite/bundle_daemon/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") +import("//build/hb/config/component/lite_component.gni") generate_notice_file("bundle_daemon_lite_notice_file") { module_name = "bundle_daemon_lite" @@ -44,7 +44,7 @@ executable("bundle_daemon") { deps = [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//build/lite/config/component/zlib:zlib_shared", + "//build/hb/config/component/zlib:zlib_shared", "//foundation/distributedschedule/samgr_lite/samgr:samgr", ] diff --git a/services/bundlemgr_lite/tools/BUILD.gn b/services/bundlemgr_lite/tools/BUILD.gn index 9995ca44c7405827596d36cb965d2f74a14286b0..b7db44131c53b32b5878c26837e59a5a9e379634 100644 --- a/services/bundlemgr_lite/tools/BUILD.gn +++ b/services/bundlemgr_lite/tools/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") +import("//build/hb/config/component/lite_component.gni") generate_notice_file("bm_notice_file") { module_name = "bm" @@ -40,7 +40,7 @@ executable("bm") { "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/security/permission/services/permission_lite/pms_client:pms_client", "//base/startup/syspara_lite/frameworks/parameter:parameter", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributedschedule/samgr_lite/samgr:samgr", ]