plugin-api: deviced: Add display max brightness attributes 85/296885/1
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 4 Aug 2023 07:28:42 +0000 (16:28 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 7 Aug 2023 05:05:59 +0000 (14:05 +0900)
- DEVICED_DISPLAY_ATTR_INT_GET_MAX_BRIGHTNESS
  : Represent the max brightness. Only gettable.

Change-Id: I7b599eec0a1e6a5704b826478e3030f6cf9c2ad6
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h

index 6b094a3b67b57b506516351349d490e4802919f3..f47845eab3e3c129a257fe9de3f70fa69d79418a 100644 (file)
@@ -29,6 +29,8 @@
 extern "C" {
 #endif
 
+#define DEVICED_DISPLAY_ATTR_INT_GET_MAX_BRIGHTNESS            (1ULL << 0)
+
 #ifdef __cplusplus
 }
 #endif