platform/hal/api/zigbee.git
11 months agoAdd new HAL manifest file of HAL_MODULE_ZIGBEE 14/313114/2
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>
4 years agoReplace fPIE gcc option with fPIC 95/257295/1
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>
4 years agoZigbee hal : Implementation of HAL interface 66/253266/2 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.115238 accepted/tizen/7.0/unified/20221110.061946 accepted/tizen/7.0/unified/hotfix/20221116.110348 accepted/tizen/8.0/unified/20231005.094434 accepted/tizen/unified/20210208.073205 submit/tizen/20210208.055637 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
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>
4 years agoInitial empty repository master
Tizen Infrastructure [Thu, 17 Dec 2020 00:27:11 +0000 (00:27 +0000)]
Initial empty repository