Use only hal-rootstrap package to build 86/314086/1 accepted/tizen/unified/20240711.011431 accepted/tizen/unified/dev/20240711.085706
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 5 Jul 2024 04:41:03 +0000 (13:41 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 5 Jul 2024 04:41:03 +0000 (13:41 +0900)
commit5cefa06679651b8c6985387724ac2350808509a0
treef0a57d420143ebebd8f3f69cc91aaad99da596dd
parent2e58fb84870f633eb97a69228a9305d6cc2f0cd3
Use only hal-rootstrap package to build

As support hal-abi-versioning, the hal-backend package should be built
using only the hal-rootstrap.
Other packages not included in the hal-roostrap have been deleted to remove dependencies.
util is added to replace functions of dlog and libsyscommon package.

Change-Id: I5ba534c5b52a201b0cc4fba999a04b25970636c3
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
14 files changed:
CMakeLists.txt
hw/battery/CMakeLists.txt
hw/battery/battery.c
hw/display/CMakeLists.txt
hw/display/display.c
hw/external_connection/CMakeLists.txt
hw/external_connection/external_connection.c
hw/haptic/CMakeLists.txt
hw/haptic/emulator.c
hw/memory/CMakeLists.txt
hw/memory/memory.c
include/util.h [new file with mode: 0644]
packaging/hal-backend-device-emulator.spec
src/util.c [new file with mode: 0644]