Separate appcore-ui package from appcore-efl package 68/132268/14
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Jun 2017 04:17:26 +0000 (13:17 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Jun 2017 01:01:54 +0000 (10:01 +0900)
commitd82ac10ce2075e4ee89ea37594e05cfc4adc3d87
tree3d5867e28653d16c14493acc711ce341e77ba135
parent2d7b58b2d4c0888571886446facc7bb78eea5812
Separate appcore-ui package from appcore-efl package

This patch is for deleting elementary dependency from appcore_ui_base API.

- Add appcore_efl_base API (appcore_ui_base wrapper API)
- Add appcore_ui_base_get_hint API
- Delete elementary dependency from appcore-ui
- Add init and finish callback on appcore base

Change-Id: Ief47c6b4e7c9c26d955bf8c30c69efec05c5ee99
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 files changed:
CMakeLists.txt
appcore-common.pc.in
appcore-efl.pc.in
appcore-multiwindow.pc.in
appcore-ui.pc.in [new file with mode: 0644]
include/appcore_base.h
include/appcore_efl_base.h [new file with mode: 0644]
include/appcore_ui_base.h
packaging/app-core.spec
src/base/appcore_base.c
src/efl_base/appcore_efl_base.c [new file with mode: 0644]
src/efl_base/appcore_efl_base_private.h [new file with mode: 0644]
src/legacy/appcore-efl.c
src/multiwindow_base/appcore_multiwindow_base.c
src/ui_base/appcore_ui_base.c