summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jihoon Jung [Thu, 11 Jul 2024 07:54:58 +0000 (16:54 +0900)]
Apply multi-hal interface
Change-Id: Ib338fe6998ca41c820ebe19fda10ba85d11752ca
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Chanwoo Choi [Thu, 20 Jun 2024 07:58:00 +0000 (16:58 +0900)]
Add support for HAL_MODULE_ZIGBEE v1.0 interface
HAL_MODULE_ZIGBEE will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_ZIGBEE.
hal-zigbee-interface-1.h contains the v1.0 HAL interface.
Change-Id: I3f1807f2f64fe413cf46b3375e8c5078ba31db03
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 19 Jun 2024 06:35:15 +0000 (15:35 +0900)]
Add new HAL manifest file of HAL_MODULE_ZIGBEE
HAL_MODULE_ZIGBEE will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_ZIGBEE.
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: I7bdb8bd92978ea800347fd133cfe627a571d486d
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Thu, 22 Apr 2021 05:56:25 +0000 (14:56 +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: I3dc02f18f57b6b97acccfd56700b85bc3b20c525
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Jihoon Jung [Mon, 8 Feb 2021 05:30:29 +0000 (14:30 +0900)]
Zigbee hal : Implementation of HAL interface
Change-Id: I7f8e425d692fbd3ff566e301e2ba33ef4a941041
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Tizen Infrastructure [Thu, 17 Dec 2020 00:27:11 +0000 (00:27 +0000)]
Initial empty repository