Fix order of module initialization 24/281624/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 19 Sep 2022 08:11:37 +0000 (17:11 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Tue, 20 Sep 2022 05:16:58 +0000 (14:16 +0900)
commitabb45aa7e807961b0746a2b7b7aa5d49a036210a
treece6661736a02f7c89f229e17d3b6252fed7261fc
parent81e819179250d9364f44e0258ee5b82fdd9be341
Fix order of module initialization

- Issue:
Event handlers in MMI core modules are not worked properly.

- Solution:
The events provider values are created by modality provider module, but
MMI core module was initilized before modality provider creates those
event values. To solve this problem, this patch reoders the
initialization that MMI manager initializes the modality provider module
first before initializing MMI core module.

Change-Id: Ic64b8de0772fac79ab2807209b2c9634baf2cd62
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/mmi-manager.c