plugin-api: deviced: Add DEVICED_RESOURCE_TYPE_DISPLAY 59/296759/4
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 4 Aug 2023 04:49:50 +0000 (13:49 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 7 Aug 2023 05:05:54 +0000 (14:05 +0900)
Deviced service controls the Display device.
When controlling the Display device of deviced
via resman (resource-manager), DEVICED_RESOURCE_TYPE_DISPLAY will be used
to control the Display attribute.

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

index 53b4118..2efa669 100644 (file)
@@ -32,6 +32,7 @@ extern "C" {
 enum deviced_resource_type {
        DEVICED_RESOURCE_TYPE_UNKNOWN,
        DEVICED_RESOURCE_TYPE_POWER,
+       DEVICED_RESOURCE_TYPE_DISPLAY,
        DEVICED_RESOURCE_TYPE_END,
 };