From ea012e8ea84054ea1af8eea2d49a1175c33f3442 Mon Sep 17 00:00:00 2001 From: sqwlly Date: Tue, 26 Mar 2024 11:33:39 +0000 Subject: [PATCH] graphic_2d:surface -> graphic_surface:surface Signed-off-by: s30029175 Signed-off-by: sqwlly Change-Id: I04d2f8c3c0d579507341f4633bcb45363467c686 --- localCoverage/all_subsystem_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index 73c04c1..0305f09 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -1757,10 +1757,10 @@ "foundation/resourceschedule/ffrt" ] }, - "graphic_chipsetsdk": { - "name": "graphic_chipsetsdk", + "graphic_surface": { + "name": "graphic_surface", "path": [ - "foundation/graphic/graphic_2d/frameworks/surface" + "foundation/graphic/graphic_surface/surface" ] }, "hilog_featured_lite": { -- Gitee