From eea5654a81e515fb1dd82c63a5e360941505f9be Mon Sep 17 00:00:00 2001 From: zhangbirong Date: Tue, 16 May 2023 15:09:41 +0800 Subject: [PATCH] change graphic_standard to graphic_2d Signed-off-by: zhangbirong Change-Id: Ib424071adb0f71febb8406ff43d6f5df021d5dc8 --- hispark_phoenix/config.json | 6 +++--- watchos/config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hispark_phoenix/config.json b/hispark_phoenix/config.json index 73329592..8e174872 100644 --- a/hispark_phoenix/config.json +++ b/hispark_phoenix/config.json @@ -691,10 +691,10 @@ "subsystem": "graphic", "components": [ { - "component": "graphic_standard", + "component": "graphic_2d", "features": [ - "graphic_standard_feature_ace_enable_gpu = true", - "graphic_standard_feature_rs_enable_eglimage = true" + "graphic_2d_feature_ace_enable_gpu = true", + "graphic_2d_feature_rs_enable_eglimage = true" ] }, { diff --git a/watchos/config.json b/watchos/config.json index cbfdb1ab..2260f8b5 100644 --- a/watchos/config.json +++ b/watchos/config.json @@ -145,7 +145,7 @@ { "subsystem": "graphic", "components": [ - { "component": "graphic_standard", "features":[] } + { "component": "graphic_2d", "features":[] } ] }, { -- Gitee