diff --git a/bundle.json b/bundle.json index 2d361437bdb0f78a30a8b040fd6e10def1b561e2..cc8eacd88c8a4b56ecc7aa293d126313b0941e63 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 2a552de12ce9ce8413c76388459dba8914d679de..9cac02e9e306c44fb22f2fb26c032ccbab9dfbb5 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 2d4fe36895400f435ea9b79b65bef75892fe2647..1442967c4e753dcc803080272f031d0002ebbb17 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)) {