From 028588cb12a071925d954bbae7a55b38268a5ff0 Mon Sep 17 00:00:00 2001 From: zhouyj Date: Wed, 19 Apr 2023 16:53:57 +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: Id742054a476bae5d811f0b34dea8b902fb6a1a01 --- bundle.json | 2 +- frameworks/BUILD.gn | 2 +- services/BUILD.gn | 2 +- test/BUILD.gn | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index a3a7766..ca79871 100755 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "components": [ "hilog_lite", "permission", - "surface" + "surface_lite" ], "third_party": [ "bounds_checking_function" diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 145c18c..5cc004b 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -97,7 +97,7 @@ shared_library("camera_lite") { ] } public_deps = [ - "//foundation/graphic/surface:surface_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/multimedia/media_utils_lite:media_common", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 86259b4..ca5c2da 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -45,7 +45,7 @@ shared_library("camera_server") { "//third_party/bounds_checking_function:libsec_shared", ] public_deps = [ - "//foundation/graphic/surface:surface_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_utils_lite:media_common", ] diff --git a/test/BUILD.gn b/test/BUILD.gn index 7f7e1d8..727158b 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -30,8 +30,8 @@ if (ohos_build_type == "debug") { "//foundation/multimedia/camera_lite/test/unittest", ] deps = [ - "//foundation/graphic/surface:surface_lite", - "//foundation/graphic/ui:ui_lite", + "//foundation/arkui/ui_lite:ui_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", ] -- Gitee