diff options
author | Yunhee Seo <yuni.seo@samsung.com> | 2024-09-03 17:31:20 +0900 |
---|---|---|
committer | Yunhee Seo <yuni.seo@samsung.com> | 2024-09-09 15:26:51 +0900 |
commit | d3375a465c9f1ab3fc00566cfa9cef44e84c2652 (patch) | |
tree | b2e7749d357cef0b2f2ca365378010b035ec9df1 | |
parent | 7cddbe5f5c9e6ea0658379f86e4e29b5bb78d3ad (diff) | |
download | libsyscommon-accepted/tizen_unified_dev.tar.gz libsyscommon-accepted/tizen_unified_dev.tar.bz2 libsyscommon-accepted/tizen_unified_dev.zip |
display: Add lockscreen enable/disable configurationtizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241014.000513accepted/tizen/unified/x/20240913.014910accepted/tizen/unified/toolchain/20241004.102108accepted/tizen/unified/dev/20240913.055530accepted/tizen/unified/20240912.084743accepted/tizen/9.0/unified/20241030.232457accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_9.0_unified
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 <yuni.seo@samsung.com>
-rw-r--r-- | src/plugin-api/deviced/include/system/syscommon-plugin-deviced-display-interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |