From c469c5514958e9a17e115ae12bb2f8c42ef73f3c Mon Sep 17 00:00:00 2001 From: zhouyj Date: Wed, 19 Apr 2023 15:39:54 +0800 Subject: [PATCH] Description: change repo path for lite graphic IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH Feature or Bugfix: Feature Binary Source:No Signed-off-by: zhouyj Change-Id: I9a2ff2905b584a1bfbe78e2212bc1d79bd463289 --- bundle.json | 6 +++--- cameraApp/BUILD.gn | 6 +++--- gallery/BUILD.gn | 6 +++--- launcher/BUILD.gn | 6 +++--- setting/BUILD.gn | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bundle.json b/bundle.json index 55bdded..f06eb0c 100755 --- a/bundle.json +++ b/bundle.json @@ -23,9 +23,9 @@ "components": [ "ability_lite", "bundle_framework_lite", - "surface", - "ui", - "graphic_utils", + "surface_lite", + "ui_lite", + "graphic_utils_lite", "kv_store", "syspara_lite", "camera_lite", diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 6c49583..fd12fee 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -23,10 +23,10 @@ shared_library("cameraApp") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index a837bd0..f94c3fa 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -32,10 +32,10 @@ shared_library("gallery") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index 0f01fe2..d3aca81 100644 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -28,10 +28,10 @@ shared_library("launcher") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 6355788..c4b5cc2 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -32,10 +32,10 @@ shared_library("setting") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/startup/init/interfaces/innerkits:libbegetutil", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", ] -- Gitee