From d0620c62be8541eaa4b31937b7224ca8b9fcb9dc Mon Sep 17 00:00:00 2001 From: zhouyj Date: Mon, 24 Apr 2023 15:22:02 +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: I72a0730e284efb5dbd724b9951d87c5ed57a1a08 --- localCoverage/all_subsystem_config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index f49b1ca..15d4bbf 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -65,22 +65,22 @@ "foundation/ability/form_fwk" ] }, - "wms": { - "name": "wms", + "window_manager_lite": { + "name": "window_manager_lite", "path": [ - "foundation/graphic/wms" + "foundation/window/window_manager_lite" ] }, - "ui": { - "name": "ui", + "ui_lite": { + "name": "ui_lite", "path": [ - "foundation/graphic/ui" + "foundation/arkui/ui_lite" ] }, - "graphic_utils": { - "name": "graphic_utils", + "graphic_utils_lite": { + "name": "graphic_utils_lite", "path": [ - "foundation/graphic/utils" + "foundation/graphic/graphic_utils_lite" ] }, "graphic_2d": { -- Gitee