Implement app_core_base_control APIs 18/305218/7
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 30 Jan 2024 06:11:38 +0000 (15:11 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 30 Jan 2024 23:23:20 +0000 (08:23 +0900)
commitb5d9515856bbc3bf09947e5511ee3d1dee9e323b
tree74a941d29ba8021802fa763231cd9baf9a4e14de
parent1821adaa196168935f3afe9f3853f88866d1ff6c
Implement app_core_base_control APIs

To remote appcore-common dependency from app-control,
the app_core_base_control APIs are added.

Adds:
 - app_core_base_control_add()
 - app_core_base_control_remove()

Change-Id: I49da74afe61ad19730cdce2de92091b4ca378165
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
12 files changed:
packaging/app-core.spec
tizen-cpp/app-core-cpp/CMakeLists.txt
tizen-cpp/app-core-cpp/api/app_core_base_control.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/api/app_core_base_control.h [new file with mode: 0644]
tizen-cpp/app-core-cpp/app-core-cpp.pc.in
tizen-cpp/app-core-cpp/app_control_action_private.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_control_action_private.hh [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_control_info_private.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_control_info_private.hh [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_control_manager_private.cc [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_control_manager_private.hh [new file with mode: 0644]
tizen-cpp/app-core-cpp/app_core_base.cc