From d3375a465c9f1ab3fc00566cfa9cef44e84c2652 Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Tue, 3 Sep 2024 17:31:20 +0900 Subject: [PATCH] display: Add lockscreen enable/disable configuration Added a feature that enables/disables the lockscreen logic according to the profile's configuration. Because the lockscreen is not always a necessary. Change-Id: I9447c350577b5bafb6ab064395ec6fd77d596aa9 Signed-off-by: Yunhee Seo --- .../include/system/syscommon-plugin-deviced-display-interface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin-api/deviced/include/system/syscommon-plugin-deviced-display-interface.h b/src/plugin-api/deviced/include/system/syscommon-plugin-deviced-display-interface.h index df95e0a..5c9b5b3 100644 --- a/src/plugin-api/deviced/include/system/syscommon-plugin-deviced-display-interface.h +++ b/src/plugin-api/deviced/include/system/syscommon-plugin-deviced-display-interface.h @@ -125,6 +125,7 @@ struct syscommon_deviced_display_config { bool touch_wakeup; bool display_on_usb_conn_changed; enum syscommon_deviced_dpms_type display_dpms_type; + bool lockscreen_disable; }; enum syscommon_deviced_display_actor_id { -- 2.34.1