From 4a19fe9114effb0babf585120d6b1c8ec381e47b Mon Sep 17 00:00:00 2001 From: zhouyj Date: Sun, 5 Mar 2023 17:10:37 +0800 Subject: [PATCH] fixed f171093 from https://gitee.com/Zhouyj_zju/startup_appspawn_lite/pulls/43 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: I49f5c3a7700cd2d64deb42a665163d246c5008e2 --- services/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 16a8beb..4ff4af4 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -60,9 +60,9 @@ executable("appspawn") { if (enable_ohos_appexecfwk_feature_ability == true) { deps += [ "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", - "//foundation/graphic/surface:lite_surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/surface:surface_lite", + "//foundation/graphic/ui:ui_lite", + "//foundation/graphic/utils:graphic_utils_lite", ] } -- Gitee