Refactor input/output interface 74/281574/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 6 Sep 2022 06:21:45 +0000 (15:21 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Tue, 20 Sep 2022 04:14:42 +0000 (13:14 +0900)
commitb8f6faa4b63235c514ccd9af0a18721e9788d135
tree2543a25ae8442b2015a7cb8ebc4e601835ac5d8b
parent3269bc760f5989e15b7d29b8f82e1fd8641091c0
Refactor input/output interface

- Requirement:
mmi_core needs to control the data and flow between input modality,
output modality, and IU module.

- Solution:
This patch removes mmi-iu-bridge module and move the code from
mmi-iu-bridge to mmi-core module. And also, this patch adds new event
type for screen analyzer modality and voice touch event.

Change-Id: I6a75870a1d398c927872993e04d1f56d7d514c9f
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/meson.build
src/mmimgr/mmi-common.c
src/mmimgr/mmi-common.h
src/mmimgr/mmi-core.c
src/mmimgr/mmi-core.h
src/mmimgr/mmi-iu-bridge.c [deleted file]
src/mmimgr/mmi-iu-bridge.h [deleted file]
src/mmimgr/mmi-manager.c
src/mmimgr/mmi-provider.c