diff --git a/frameworks/ability_lite/BUILD.gn b/frameworks/ability_lite/BUILD.gn index f58ccad0c100a9d8a087721f147215eb3d514a27..8d4cef3b88b3cf23bbc9da490b0ce9d460d5530a 100644 --- a/frameworks/ability_lite/BUILD.gn +++ b/frameworks/ability_lite/BUILD.gn @@ -10,10 +10,10 @@ # 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/config/subsystem/aafwk/config.gni") -import("//build/lite/config/test.gni") -import("//build/lite/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") +import("//build/hb/config/test.gni") +import("//build/hb/ndk/ndk.gni") generate_notice_file("ability_notice_file") { module_name = "ability" diff --git a/frameworks/ability_lite/example/BUILD.gn b/frameworks/ability_lite/example/BUILD.gn index a09d5aa0b4f3c6f11d3164a60887d623b2d2e8d8..587fc28d8ae80040b4260de6458990c3158cbe39 100644 --- a/frameworks/ability_lite/example/BUILD.gn +++ b/frameworks/ability_lite/example/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/config/subsystem/aafwk/config.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") src_path = "${aafwk_lite_path}/frameworks/ability_lite/example/entry/src/main/cpp" diff --git a/frameworks/abilitymgr_lite/BUILD.gn b/frameworks/abilitymgr_lite/BUILD.gn index 9d937e6d532d5b5325779c1e69aa9da003c00972..8755015e1429c9e1588a8f514d8d27558f133949 100644 --- a/frameworks/abilitymgr_lite/BUILD.gn +++ b/frameworks/abilitymgr_lite/BUILD.gn @@ -10,9 +10,9 @@ # 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/config/subsystem/aafwk/config.gni") -import("//build/lite/config/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") +import("//build/hb/config/test.gni") lite_library("abilitymanager") { if (ohos_kernel_type == "liteos_m") { diff --git a/frameworks/want_lite/BUILD.gn b/frameworks/want_lite/BUILD.gn index 33a66cda6c8af049f28e04d83811c92efb3719dc..2969a02a6c8a811681e9d5298b635400c95f0d00 100644 --- a/frameworks/want_lite/BUILD.gn +++ b/frameworks/want_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") generate_notice_file("want_notice_file") { module_name = "want" diff --git a/services/abilitymgr_lite/BUILD.gn b/services/abilitymgr_lite/BUILD.gn index da3408cc9dfae47ed28e70b389b939aef6003f76..ff31d6ee455efb5ef2245f643aa4cf2fa13ca3c6 100644 --- a/services/abilitymgr_lite/BUILD.gn +++ b/services/abilitymgr_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/config/subsystem/aafwk/config.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") lite_library("abilityms") { if (ohos_kernel_type == "liteos_m") { diff --git a/services/abilitymgr_lite/tools/BUILD.gn b/services/abilitymgr_lite/tools/BUILD.gn index 7d3ae385dd0ea730ae31602f033b07514db6a85b..9fc7ae58d7ca33372f710300973091de247720bf 100644 --- a/services/abilitymgr_lite/tools/BUILD.gn +++ b/services/abilitymgr_lite/tools/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/config/subsystem/aafwk/config.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") lite_component("tools_lite") { features = [ ":aa" ] @@ -44,7 +44,7 @@ executable("aa") { "${aafwk_lite_path}/frameworks/abilitymgr_lite:aafwk_abilityManager_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", diff --git a/services/abilitymgr_lite/unittest/BUILD.gn b/services/abilitymgr_lite/unittest/BUILD.gn index 7481d20ab7b9cf6ec50f99109cfb4966ad100f25..9cad4bf9e92707e090683da6ea5060c56c6a3455 100644 --- a/services/abilitymgr_lite/unittest/BUILD.gn +++ b/services/abilitymgr_lite/unittest/BUILD.gn @@ -11,8 +11,8 @@ # 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/config/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/test.gni") group("ability_test") { deps = [ "test_lv0/page_ability_test:ability_test_pageAbilityTest_group_lv0" ] diff --git a/services/abilitymgr_lite/unittest/test_lv0/page_ability_test/BUILD.gn b/services/abilitymgr_lite/unittest/test_lv0/page_ability_test/BUILD.gn index 5ca2fe75fecfa4ab1be6fc62c55eae75e21f227d..a9673d2561f82094dadb1832b7c732012270be72 100644 --- a/services/abilitymgr_lite/unittest/test_lv0/page_ability_test/BUILD.gn +++ b/services/abilitymgr_lite/unittest/test_lv0/page_ability_test/BUILD.gn @@ -11,8 +11,8 @@ # 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/config/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/test.gni") unittest("ability_test_pageAbilityTest_lv0") { output_extension = "bin" @@ -47,7 +47,7 @@ unittest("ability_test_pageAbilityTest_lv0") { "${aafwk_lite_path}/frameworks/abilitymgr_lite:aafwk_abilityManager_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//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", ]