From be8895b75b9be43098f1d3dc579828aeaec9385d Mon Sep 17 00:00:00 2001 From: anguanglin Date: Sun, 10 Jul 2022 23:57:33 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: Ie2e52aba0cc9e26f44c116af1e28191ffe5b8d03 --- ai/BUILD.gn | 2 +- ai/asr/BUILD.gn | 2 +- ai/asr/keyword_spotting/BUILD.gn | 2 +- ai/cv/BUILD.gn | 2 +- ai/cv/image_classification/BUILD.gn | 2 +- cameraApp/BUILD.gn | 2 +- gallery/BUILD.gn | 2 +- launcher/BUILD.gn | 2 +- media/BUILD.gn | 2 +- setting/BUILD.gn | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ai/BUILD.gn b/ai/BUILD.gn index 336422c..eb1ca07 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 1830521..9509125 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 5a42a39..3c441ce 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 35b33bb..e45d0a4 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 034a506..f33a41d 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 c96705a..f3872f8 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 3f945d6..6bed532 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 84c4cf7..205e183 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 fce2b81..9dd4027 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 fa4946f..55e66c4 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 = [ -- Gitee