diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index fec39dc86050f03be24f13b349a0ee6ca70433f3..8f8c44d690a0ead79ea2d1e95e4e0eaff9d6d377 100755 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -11,7 +11,7 @@ # 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") lite_component("sensor_lite") { features = [ "src:sensor_client" ] diff --git a/frameworks/src/BUILD.gn b/frameworks/src/BUILD.gn index 6079564b1ad1196e903a51a207b53a2b04b83217..e8985cfa2de2877afe2e6cdc26ced868d1018bda 100644 --- a/frameworks/src/BUILD.gn +++ b/frameworks/src/BUILD.gn @@ -11,7 +11,7 @@ # 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") shared_library("sensor_client") { if (ohos_kernel_type == "liteos_riscv") { diff --git a/interfaces/kits/native/BUILD.gn b/interfaces/kits/native/BUILD.gn index 378f6e3f7babcc1da4b70c24beba6d1d63bca2cf..42d946e7db019f8f8c0355c1cfc4384fac0a7e4e 100755 --- a/interfaces/kits/native/BUILD.gn +++ b/interfaces/kits/native/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/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") group("unittest") { deps = [ diff --git a/interfaces/kits/native/test/performance/BUILD.gn b/interfaces/kits/native/test/performance/BUILD.gn index 8352526171a336e89054b62de01226748e474e8b..29991715bb98ac32e8bc1cb6c1af408316e110aa 100755 --- a/interfaces/kits/native/test/performance/BUILD.gn +++ b/interfaces/kits/native/test/performance/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("sensor_lite_test_performance") { output_extension = "bin" diff --git a/interfaces/kits/native/test/unittest/BUILD.gn b/interfaces/kits/native/test/unittest/BUILD.gn index 57a96edd540eea561c644698eaae9da2447e28ee..56632466953b1c000b7e25fe57487b82f273c0ba 100755 --- a/interfaces/kits/native/test/unittest/BUILD.gn +++ b/interfaces/kits/native/test/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") unittest("sensor_lite_test_interface") { output_extension = "bin" diff --git a/services/BUILD.gn b/services/BUILD.gn index d890c31df12d5693ff4be914c497a00033da9a89..44de5f0de3438269d26aecf761c75fd71936a9fe 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -11,7 +11,7 @@ # 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") executable("sensor_service") { sources = [