From: Yunhee Seo Date: Tue, 3 Sep 2024 08:31:20 +0000 (+0900) Subject: display: Add lockscreen enable/disable configuration X-Git-Tag: accepted/tizen/unified/20240912.084743^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_dev;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git 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 --- 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 {