Refactorying files with skeleton codes 88/281588/1
authordyamy-lee <dyamy.lee@samsung.com>
Fri, 2 Sep 2022 08:54:09 +0000 (17:54 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 20 Sep 2022 04:44:52 +0000 (13:44 +0900)
commitdff0180a2f4f87026588cacf79a32d312e43e4be
tree8d7e7389898b3ca0a6ec5db8a3967db19242c905
parenta8d69881d85e55b0712e822ad2b9adcba757ea9e
Refactorying files with skeleton codes

Following new architecture design for interface,
refatorying files with skeleton codes.

mmi files are related with Reference Apps.
mmi-core files are called from mmi files for real mmi library logic.
mmi-common has structures for mmi library.

Change-Id: I917efe2904112bd14c566d9c282f4d59935ab40f
src/meson.build
src/mmi-common.h [new file with mode: 0644]
src/mmi-core.c [new file with mode: 0644]
src/mmi-core.h [moved from src/mmi-event-types.h with 79% similarity]
src/mmi-ipc.c
src/mmi-ipc.h
src/mmi.c
src/mmi.h
tests/mmi-ipc-test.cpp
tests/mmi-main-test.cpp