Support plugin for customizing appcore ui base 54/126554/7
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 24 Apr 2017 04:57:47 +0000 (13:57 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 26 Apr 2017 02:17:32 +0000 (11:17 +0900)
commitc43cad804c37c3281e3f7b997511d1f46347d2d9
tree79bfe1ac6b5f6ffc2e549b1be3a2e9c8a0b363d4
parent2f835bf0a44dd0825e8128032fc96282725c011f
Support plugin for customizing appcore ui base

- APPCORE_UI_PLUGIN_INIT function
The function will be invoked while initializing appcore ui base.
- APPCORE_UI_PLUGIN_FINI function
The function will be invoked while finalizing appcore ui base.

Change-Id: Ifd0ab64b994e3dcea388c96dedd74b5415387d0c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
include/appcore_ui_plugin.h [new file with mode: 0644]
src/ui_base/appcore_ui_base.c
src/ui_base/appcore_ui_plugin.c [new file with mode: 0644]