From d8518af7d7c0432747c3e9fe058ee73ca216414e Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 26 Jun 2025 09:06:22 +0000 Subject: [PATCH] =?UTF-8?q?skia=E5=8D=87=E7=BA=A7=E9=80=82=E9=85=8Darkuix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuwei Change-Id: I830fde49e8edeeae3298396819b3e2a6ffd1268a --- bundle.json | 3 ++- frameworks/proxy/BUILD.gn | 3 +++ multimodalinput_mini.gni | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2d361437bd..cc8eacd88c 100644 --- a/bundle.json +++ b/bundle.json @@ -44,7 +44,8 @@ "input_feature_dfx_radar_enable", "input_feature_one_hand_mode_enable", "input_feature_touch_drawing", - "input_feature_watch_cfg_source" + "input_feature_watch_cfg_source", + "input_feature_upgrade_skia" ], "adapted_system_type": [ "standard" diff --git a/frameworks/proxy/BUILD.gn b/frameworks/proxy/BUILD.gn index 2a552de12c..9cac02e9e3 100644 --- a/frameworks/proxy/BUILD.gn +++ b/frameworks/proxy/BUILD.gn @@ -91,6 +91,9 @@ if (is_arkui_x) { "${mmi_path}/frameworks/proxy/events/include", ] + if (input_feature_upgrade_skia) { + defines += [ "USE_M133_SKIA" ] + } if (target_os == "android") { defines += [ "ANDROID_PLATFORM" ] } else if (target_os == "ios") { diff --git a/multimodalinput_mini.gni b/multimodalinput_mini.gni index 2d4fe36895..1442967c4e 100644 --- a/multimodalinput_mini.gni +++ b/multimodalinput_mini.gni @@ -62,6 +62,7 @@ declare_args() { input_ext_feature_keyboard_ext_flag = false input_feature_watch_cfg_source = false drivers_interface_rtos_extra_enable = false + input_feature_upgrade_skia = false if (defined(global_parts_info) && defined(global_parts_info.resourceschedule_resource_schedule_service)) { -- Gitee