display: headed: Add plugin-util.c for plugin utility 13/297513/1
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 21 Aug 2023 07:09:04 +0000 (16:09 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 21 Aug 2023 07:29:11 +0000 (16:29 +0900)
commit5bd31e980f96123d37b870a842d62dbf85383d32
tree2d51686000513225df9fb57b2325e52316c49e98
parent06c52b0bdeee37b108306dea4425c67c6f358495
display: headed: Add plugin-util.c for plugin utility

int launch_system_app()
 : Remove dependency to the src/shared/apps.h.
   This is copy of function at the src/shared/apps.h so that it makes
   plugin be able to separated from the deviced core.

int display_plugin_config_touch_wakeup()
 : Remove dependency to the extern g_display_plugin at display-plugin.h
   As the actual data resides in the plugin, it is able to access it
   without referring the core display-plugin.h. For now, only the one
   member, touch_wakeup, is being accessed. Therefore, the function
   dedicated to that member is added.

Change-Id: I6e25d4dd108ffe97da4502a5597822c16743ad15
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/iot-headed/display/core.c
plugins/iot-headed/display/key-filter.c
plugins/iot-headed/display/plugin-util.c [new file with mode: 0644]
plugins/iot-headed/display/plugin-util.h [new file with mode: 0644]