summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2024-09-03 17:31:20 +0900
committerYunhee Seo <yuni.seo@samsung.com>2024-09-09 15:26:51 +0900
commitd3375a465c9f1ab3fc00566cfa9cef44e84c2652 (patch)
treeb2e7749d357cef0b2f2ca365378010b035ec9df1
parent7cddbe5f5c9e6ea0658379f86e4e29b5bb78d3ad (diff)
downloadlibsyscommon-accepted/tizen_unified_dev.tar.gz
libsyscommon-accepted/tizen_unified_dev.tar.bz2
libsyscommon-accepted/tizen_unified_dev.zip
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.h1
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 {