platform/hal/api/zigbee.git
11 months agoApply multi-hal interface 01/314401/2 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.234036 accepted/tizen/unified/20240712.160125 accepted/tizen/unified/dev/20240715.080554 accepted/tizen/unified/toolchain/20240812.133434 accepted/tizen/unified/x/20240715.042530 accepted/tizen/unified/x/asan/20240813.231917 tizen_9.0_m2_release
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>
11 months agoAdd support for HAL_MODULE_ZIGBEE v1.0 interface 35/313235/1
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>
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