plugin-api: deviced: Add attribute for controlling doze source 95/299995/4 accepted/tizen/unified/20231115.024827
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 13 Oct 2023 09:09:49 +0000 (18:09 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 8 Nov 2023 05:08:42 +0000 (14:08 +0900)
Change-Id: I5f04d68e8435954a8bed5ba6aa4026f1c76981f3
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/plugin-api/deviced/include/system/syscommon-plugin-deviced-power-interface.h

index 9fc6ade..0f8356e 100644 (file)
@@ -37,6 +37,8 @@ extern "C" {
 #define DEVICED_POWER_ATTR_TUPLE2_WAKELOCK             (1ULL << 3)
 #define DEVICED_POWER_ATTR_INT_VITAL_MODE              (1ULL << 4)
 #define DEVICED_POWER_ATTR_TUPLE2_HISTORY_LOG          (1ULL << 5)
+#define DEVICED_POWER_ATTR_INT_ADD_DOZE_SOURCE         (1ULL << 6)
+#define DEVICED_POWER_ATTR_INT_REMOVE_DOZE_SOURCE      (1ULL << 7)
 
 enum {
        DEVICED_POWER_STATE_MIN_INDEX,