From 0668166baf7f616fe09cbf31a8e6293ce9d05c4a Mon Sep 17 00:00:00 2001 From: zhouyj Date: Wed, 19 Apr 2023 16:36:17 +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: Ia53077d26bdece6fedcad59f3dc6b8caae6da1d7 --- riscv32_virt/liteos_m/board/ui/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv32_virt/liteos_m/board/ui/BUILD.gn b/riscv32_virt/liteos_m/board/ui/BUILD.gn index 406fbb3..a16617a 100644 --- a/riscv32_virt/liteos_m/board/ui/BUILD.gn +++ b/riscv32_virt/liteos_m/board/ui/BUILD.gn @@ -30,7 +30,7 @@ hdf_driver("ui_adapter") { ] public_configs = [ ":public" ] - public_deps = [ "//foundation/graphic/ui:ui" ] + public_deps = [ "//foundation/arkui/ui_lite:ui" ] if (riscv_ace_enable) { defines = [ "ENABLE_ACE" ] public_deps += [ "//foundation/arkui/ace_engine_lite/frameworks:ace_lite" ] @@ -40,7 +40,7 @@ hdf_driver("ui_adapter") { "//drivers/peripheral/display/interfaces/include", "//drivers/peripheral/input/interfaces/include", "//drivers/peripheral/base", - "//foundation/graphic/ui/frameworks", + "//foundation/arkui/ui_lite/frameworks", "//third_party/freetype/include", "//third_party/FreeBSD/sys/dev/evdev", ] -- Gitee