Chanwoo Choi [Thu, 20 Jun 2024 08:03:23 +0000 (17:03 +0900)]
Add support for HAL_MODULE_LOCATION v1.0 interface
HAL_MODULE_LOCATION will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_LOCATION.
hal-location-interface-1.h contains the v1.0 HAL interface.
Chanwoo Choi [Wed, 19 Jun 2024 06:45:09 +0000 (15:45 +0900)]
Add new HAL manifest file of HAL_MODULE_LOCATION
HAL_MODULE_LOCATION will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_LOCATION.
And HALCC (HAL Compatibility Checker) checks and stores the hal-backend
compatibility result between HAL manifest and hal-backend package
under /opt/etc/hal/ directory. When installing/un-installing hal-api package,
hal-backend compatibility result should be reset.
So that reset the hal-backend compatibility result by executing
'usr/bin/hal-compatibility-checker --reset' command.