touchscreen: Apply HAL ABI versioning 22/310022/1
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 19 Apr 2024 07:35:59 +0000 (16:35 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 19 Apr 2024 07:41:21 +0000 (16:41 +0900)
commit71126b3934a73ecdd36d18409dc799baf78780be
tree0bcf7e6dc54d5e1bccc50ab9cde2bf86d8b49064
parent5073219b86ef7f47ad2aba1c24a4a33eb5813360
touchscreen: Apply HAL ABI versioning

While applying HAL ABI versioning, hal_backend_[module]_funcs is allocated from hal-api-[module] side.
Thus, allocation is moved to hal-api-device-touchscreen side.
Also, wrong module name is fixed and hal interface inclusion path is changed.
"touchscreen" -> "device-touchscreen"

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