board: Apply HAL ABI versioning 94/309394/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:05:18 +0000 (18:05 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:05:18 +0000 (18:05 +0900)
commit5a07b341eecfabfa0992f0c68deb1905ec5d813e
treece8948baab8295d4c38e3ec5941aae759c88b3bc
parent7b4f8ae45a48139ff39a81c6fb937063e8b97757
board: Apply HAL ABI versioning

To support OS upgrade feature, hal-backend and hal-api module needs HAL ABI versioning.
So, major/minor version is added to hal_backend structure.
While applying HAL ABI versioning, hal_backend_[module]_funcs is allocated from hal-api-[module] side.
Thus, allocation is moved to hal-api-device-board side.

Change-Id: If82611ec5ec3ea57984c8be36cd2d406e6b5516d
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
hw/board/board.c