Add a new APIs for ui plugin module 26/271426/2
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 21 Feb 2022 05:47:14 +0000 (14:47 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 21 Feb 2022 23:12:57 +0000 (08:12 +0900)
commit41716477de7b7406f0890a8bbee6039db441cce7
tree4b16b4f925619bbbf1383b9d758260b665bab5fb
parent0247f990b91316add236f1699a87c95760c1c5ff
Add a new APIs for ui plugin module

The app_core_ui_base APIs are added for ui plugin module. The functions
have a handle parameter about an app_core_ui_base_h. The AppCoreUiBase plugin
loads a new interface for cpp based app-core. It's to avoid conflicts
between old version and new version.

Change-Id: I00721aa070a3696e98252628268cf6631d2e1882
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/app-core.spec
tizen-cpp/app-core-ui-cpp/CMakeLists.txt
tizen-cpp/app-core-ui-cpp/api/app_core_ui_base.cc [new file with mode: 0644]
tizen-cpp/app-core-ui-cpp/api/app_core_ui_base.h [new file with mode: 0644]
tizen-cpp/app-core-ui-cpp/app-core-ui-cpp.pc.in
tizen-cpp/app-core-ui-cpp/app_core_ui_base.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_delegator_private.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_delegator_private.hh
tizen-cpp/app-core-ui-cpp/app_core_ui_plugin_private.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_plugin_private.hh
unittests/CMakeLists.txt