diff --git a/ai/BUILD.gn b/ai/BUILD.gn index 336422cf4058542b197cfb6f5f922708b780acdb..eb1ca07a4fb7a9b43e0855f99dbcb86b0ae50a16 100644 --- a/ai/BUILD.gn +++ b/ai/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") lite_component("ai") { features = [ diff --git a/ai/asr/BUILD.gn b/ai/asr/BUILD.gn index 183052122cd8053fa5b22d974cba18b024156783..9509125e0e4215f0cc3bf467bafd5839c5926666 100644 --- a/ai/asr/BUILD.gn +++ b/ai/asr/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") lite_component("asr") { features = [ "keyword_spotting:kws" ] diff --git a/ai/asr/keyword_spotting/BUILD.gn b/ai/asr/keyword_spotting/BUILD.gn index 5a42a394b35c6687ea38a69f4fe8995b771ad02e..3c441ce0f8e4ed5ea58b958fcbbf9b44675a1b81 100644 --- a/ai/asr/keyword_spotting/BUILD.gn +++ b/ai/asr/keyword_spotting/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") executable("kws_app") { sources = [ diff --git a/ai/cv/BUILD.gn b/ai/cv/BUILD.gn index 35b33bb3ad7ec30ad30f8a4531a322cf8fb99fce..e45d0a4baec962fe6b5824f07fa6e3e8c497ec60 100644 --- a/ai/cv/BUILD.gn +++ b/ai/cv/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") lite_component("cv") { features = [ "image_classification:ic" ] diff --git a/ai/cv/image_classification/BUILD.gn b/ai/cv/image_classification/BUILD.gn index 034a5066d385517e90f3cb9388bc96c80464eda8..f33a41da04b1930d88640c9ddb5bcd8ec9e625b6 100644 --- a/ai/cv/image_classification/BUILD.gn +++ b/ai/cv/image_classification/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") copy("demo_image_for_test") { sources = [ "resources/image_classification_demo.jpg" ] diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index c96705afea06e423d118d75f83bda5dcf7ac6d33..f3872f80ce865035f829085b188d2febef3b7e9f 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/hap_pack.gni") +import("//build/hb/config/hap_pack.gni") shared_library("cameraApp") { sources = [ diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 3f945d66e3cdcc13addf2df525fcce6e5ca4952b..6bed5322e3c13519dd964ff6ba8ce4e99d8ed839 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/hap_pack.gni") +import("//build/hb/config/hap_pack.gni") shared_library("gallery") { sources = [ diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index 84c4cf7fa4d5fbae6445d83fc5e656febfee8018..205e183558be8331f3f68f5b7c14ba37c73fb90a 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/hap_pack.gni") +import("//build/hb/config/hap_pack.gni") shared_library("launcher") { sources = [ diff --git a/media/BUILD.gn b/media/BUILD.gn index fce2b81c02269f360966542bfb51697571851ac2..9dd4027084db0055a5b96a3c981b6e49aef4c909 100755 --- a/media/BUILD.gn +++ b/media/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") import("//foundation/multimedia/utils/lite/config.gni") executable("camera_sample") { diff --git a/setting/BUILD.gn b/setting/BUILD.gn index fa4946f7160a7802df9cc861e5b8dfc5f2fdc715..55e66c4c3b0088224ecd27184ed732d719559b5c 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/hap_pack.gni") +import("//build/hb/config/hap_pack.gni") shared_library("setting") { sources = [