Refactor to fill plugin function structure rather than just give structure 76/322376/2 accepted/tizen/unified/20250410.014250 accepted/tizen/unified/x/20250410.025400
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 8 Apr 2025 07:25:13 +0000 (16:25 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 8 Apr 2025 07:48:38 +0000 (16:48 +0900)
commitf0c657d1697aa6404f2c7e392889d80bd0c25a12
tree10c1e9eda9c4497fca4473b4d0437a2439a246e9
parent741ce9037db1991a747787f64324c8b124ad0eb1
Refactor to fill plugin function structure rather than just give structure

To support ABI compatibility, the plugin api allocates the plugin
function structure and gives its pointer to backend. According to this
change, update-control-generic backend fills required functions rather
than just hand over the plugin function structure.

Change-Id: I6077e0abda1542fbc24de83e0ea29dbdc3fe4651
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
src/plugin.c