plugin-api: deviced: Add attribute for controlling doze source 61/301661/1
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 13 Oct 2023 09:09:49 +0000 (18:09 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 21 Nov 2023 07:47:01 +0000 (16:47 +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 9fc6adec6e3215658dc43501c5ce9d2760250a70..0f8356e30ffecdff294d0410617c02522d450a77 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,