diff --git a/hispark_phoenix/config.json b/hispark_phoenix/config.json index 7332959224d09b11f92c0ef5ec17d3759e618a1d..8e174872170be4fd06d6ba7df29e358a41497894 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 cbfdb1ab38aa90da14d58f6396b3d063ac4a345c..2260f8b530d2d03a0fa98e2f5d83b6e26e8795b5 100644 --- a/watchos/config.json +++ b/watchos/config.json @@ -145,7 +145,7 @@ { "subsystem": "graphic", "components": [ - { "component": "graphic_standard", "features":[] } + { "component": "graphic_2d", "features":[] } ] }, {