summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
Change-Id: I4041b2ebf8eb0eac12f68118d1b47c9ea9fe2447
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Thu, 22 Apr 2021 05:42:50 +0000 (14:42 +0900)]
Replace fPIE gcc option with fPIC
The fPIE option is for the executable binary.
It is not proper for shared library files.
So that correct the wrong use-case by using fPIC.
Change-Id: Ib886d236fe1c9373c48fd2ba15ec04f847cb8e15
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
chakradhar pogiri [Wed, 13 Jan 2021 10:28:03 +0000 (15:58 +0530)]
Location hal : Implementation of HAL interface
Change-Id: Ie5fe1ab15e2612107e15c5e64d3c8f7f619ab7e7
Tizen Infrastructure [Tue, 22 Dec 2020 01:37:25 +0000 (01:37 +0000)]
Initial empty repository