plugin-api: deviced: Add attribute for display actor capability 12/297612/5
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 21 Aug 2023 11:51:53 +0000 (20:51 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 22 Aug 2023 08:05:20 +0000 (17:05 +0900)
commit4f7cb8159fb52f2410d37b3d6f77e65966609149
treeb5cb316c46623fa38217c820445a8c916b8d9c82
parentc5505e9edea2724f7991c5b6aec0a73da4798762
plugin-api: deviced: Add attribute for display actor capability

New attribute:
 - id: DEVICED_DISPLAY_ATTR_UINT64_GET_ACTOR_CAPABILITY
 - type: SYSCOMMON_RESMAN_DATA_TYPE_UINT64_WITH_2_USER_DATA
 - setter: X
 - getter: O
 - 1st param: syscommon_deviced_display_actor_id
 - 2nd param: syscommon_deviced_display_capability
 It finds whether an actor id has an capability.

New attribute:
 - id: DEVICED_DISPLAY_ATTR_TUPLE3_SET_ACTOR_CAPABILITY
 - type: SYSCOMMON_RESMAN_DATA_TYPE_UINT64_UINT64_UINT64
 - setter: O
 - getter: X
 - 1st param: syscommon_deviced_display_actor_id
 - 2nd param: syscommon_deviced_display_capability
 - 3rd param: 0: reset,  1: set
 It sets/resets capability of an actor id.

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