Use only hal-rootstrap package to build 99/313799/4 accepted/tizen/unified/20240703.100116 accepted/tizen/unified/dev/20240704.065626
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 1 Jul 2024 08:15:18 +0000 (17:15 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 2 Jul 2024 10:10:40 +0000 (19:10 +0900)
commit0bb93d522f4f7aa05fd8f9b81e8654c38bbf4771
tree14d4583e623fa643e277a9eff144247c5704b91f
parent7342f959728d1e502ade2b176f10aa277f903c0a
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: Ie478da1afe4dc6dca876d521ebb2a8e501f732fb
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
16 files changed:
CMakeLists.txt
hw/board/CMakeLists.txt
hw/board/board.c
hw/display/CMakeLists.txt
hw/display/display.c
hw/haptic/CMakeLists.txt
hw/haptic/gpio.c
hw/memory/CMakeLists.txt
hw/memory/memory.c
hw/thermal/CMakeLists.txt
hw/thermal/thermal.c
hw/touchscreen/CMakeLists.txt
hw/touchscreen/touchscreen.c
include/util.h [new file with mode: 0644]
packaging/hal-backend-device-vim3.spec
src/util.c [new file with mode: 0644]