From c53100d1a4aee03a2f4e292c29692946727d4071 Mon Sep 17 00:00:00 2001 From: zhouyj Date: Sun, 5 Mar 2023 17:13:41 +0800 Subject: [PATCH] Description: change component name for ui, utils, surface and wms IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6JUIU Feature or Bugfix: Feature Binary Source:No Signed-off-by: zhouyj Change-Id: I19f43de0772224043780f1f37b501840bf5dd9a6 --- cameraApp/BUILD.gn | 4 ++-- gallery/BUILD.gn | 4 ++-- launcher/BUILD.gn | 4 ++-- setting/BUILD.gn | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index b7a0a0b..6c49583 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -25,8 +25,8 @@ shared_library("cameraApp") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/graphic/surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/ui:ui_lite", + "//foundation/graphic/utils:graphic_utils_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 9c8ba76..a837bd0 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -34,8 +34,8 @@ shared_library("gallery") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/graphic/surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/ui:ui_lite", + "//foundation/graphic/utils:graphic_utils_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 b26615d..0f01fe2 100644 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -30,8 +30,8 @@ shared_library("launcher") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/graphic/surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/ui:ui_lite", + "//foundation/graphic/utils:graphic_utils_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 46a2292..6355788 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -34,8 +34,8 @@ shared_library("setting") { "//base/startup/init/interfaces/innerkits:libbegetutil", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/graphic/surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/ui:ui_lite", + "//foundation/graphic/utils:graphic_utils_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", ] -- Gitee