From 0cc8159fb786e334c1ce9a4b070df368c6b904dd Mon Sep 17 00:00:00 2001 From: qy Date: Thu, 6 Jul 2023 10:11:57 +0800 Subject: [PATCH] change multimedia_image to image Signed-off-by: qy --- localCoverage/all_subsystem_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index 8c7164d..b223c7b 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -89,8 +89,8 @@ "foundation/graphic/graphic_2d" ] }, - "multimedia_image_framework": { - "name": "multimedia_image_framework", + "image_framework": { + "name": "image_framework", "path": [ "foundation/multimedia/image_framework" ] -- Gitee