display: Remove display_info interface
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 28 Jun 2023 07:44:59 +0000 (16:44 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Jul 2023 02:13:18 +0000 (11:13 +0900)
commit1e12f15d982f378f6b875337a076e04028d150fb
treefbe283767534f391c30077f76592fdf03ea24a5b
parent3e566b34b686faff9cb35e1080eced4bfcf12d9e
display: Remove display_info interface

display_info interface is only used in the wearable plugins.
Thus there is no reason why display_info should exist in all display plugins.
Furthermore, it is hard to figure out above interface usage and role.
Delete display_info to eliminate the dependence between core and display plugins.

During refactoring, the wearable plugin codes must be cleaned up later.

Change-Id: I3caa44fb213cd70416435b02214f0bc0c26edddd
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
15 files changed:
plugins/iot-headed/display/core.c
plugins/iot-headed/display/key-filter.c
plugins/mobile/display/core.c
plugins/mobile/display/key-filter.c
plugins/tv/display/core.c
plugins/tv/display/key-filter.c
plugins/wearable/display/auto-brightness-sensorhub.c
plugins/wearable/display/auto-brightness.c
plugins/wearable/display/core.c
plugins/wearable/display/display-handler.c
plugins/wearable/display/display-info.h
plugins/wearable/display/key-filter.c
src/display/core.h
src/display/display-plugin.h
src/display/plugin-common/display-dbus.c