Separate rotation implementation from app-core-cpp 21/305121/7
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 29 Jan 2024 01:56:15 +0000 (10:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 30 Jan 2024 00:38:53 +0000 (09:38 +0900)
commit1821adaa196168935f3afe9f3853f88866d1ff6c
tree1ede993910733f046865d7ed9b3b7cad2064fd4f
parent9cfc2342991b6d847d2b5320549b25855b22376f
Separate rotation implementation from app-core-cpp

The AppCoreRotation class is added to separate the implmenetation
related to using sensor library from the app-core-cpp.
The AppCoreUiBase and the AppCoreMultiWindowBase use the AppCoreRotation.

Change-Id: I0e59ed6c4411b7fb3477c268a8a51a3d59a19c42
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 files changed:
CMakeLists.txt
packaging/app-core.spec
tizen-cpp/CMakeLists.txt
tizen-cpp/app-core-cpp/CMakeLists.txt
tizen-cpp/app-core-cpp/app_core_base.cc
tizen-cpp/app-core-cpp/app_core_base.hh
tizen-cpp/app-core-multi-window-cpp/CMakeLists.txt
tizen-cpp/app-core-multi-window-cpp/app_core_multi_window_base.cc
tizen-cpp/app-core-multi-window-cpp/app_core_multi_window_base.hh
tizen-cpp/app-core-rotation-cpp/CMakeLists.txt [new file with mode: 0644]
tizen-cpp/app-core-rotation-cpp/app-core-rotation-cpp.pc.in [new file with mode: 0644]
tizen-cpp/app-core-rotation-cpp/app_core_rotation.cc [new file with mode: 0644]
tizen-cpp/app-core-rotation-cpp/app_core_rotation.hh [new file with mode: 0644]
tizen-cpp/app-core-ui-cpp/CMakeLists.txt
tizen-cpp/app-core-ui-cpp/app_core_ui_base.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_base.hh
unittests/CMakeLists.txt
unittests/app_core_base_test.cc