diff --git a/lite/BUILD.gn b/lite/BUILD.gn index 99bc5f8aa810ee1f6aebb5f0b0580739117e63b7..045568c45458947af9bcae5492240dafa6741496 100644 --- a/lite/BUILD.gn +++ b/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_component("appspawn_lite") { features = [ ":appspawn" ] @@ -59,7 +59,7 @@ executable("appspawn") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//base/startup/init_lite/interfaces/innerkits:libbegetutil", - "//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/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index d1d41cb91b8e47a287cda7de1445741adfd0b2be..bb29b2583b0028a8f4e62065da249d5ee84c435e 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/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/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/test.gni") unittest("AppSpawnLiteTest") { output_extension = "bin" @@ -50,7 +50,7 @@ unittest("AppSpawnLiteTest") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/startup/init_lite/interfaces/innerkits:libbegetutil", - "//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",