remove not use things : app_id, uid, ecore_init 87/281587/1
authordyamy-lee <dyamy.lee@samsung.com>
Fri, 2 Sep 2022 07:38:32 +0000 (16:38 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 20 Sep 2022 04:44:47 +0000 (13:44 +0900)
commita8d69881d85e55b0712e822ad2b9adcba757ea9e
tree14452a381014fe048ffb73f74dbbd51482337d3c
parent2c177fb1a8620d74746a9c3e15e82b74bc0de774
remove not use things : app_id, uid, ecore_init

Reference apps which use this library will launch by app manager, no more daemon.
So, this library does not use ecore init and quit for launching app.
Also, it does not register tidl by app_id and does not need uid.
This patch remove those things and tests.
The tests will be recreated following new functions creation.

Change-Id: If3779ca3d9d8f92b2a6736a0811293aa19390187
src/mmi-ipc.c
src/mmi-ipc.h
src/mmi.c
src/mmi.h
tests/mmi-ipc-test.cpp
tests/mmi-main-test.cpp