platform/hal/api/radio.git
3 months agoAdd support for HAL_MODULE_RADIO v1.0 interface 13/313213/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240718.010233 accepted/tizen/unified/dev/20240718.035957 accepted/tizen/unified/toolchain/20240812.131711 accepted/tizen/unified/x/20240718.022928 accepted/tizen/unified/x/asan/20240813.225947
Chanwoo Choi [Thu, 20 Jun 2024 06:42:20 +0000 (15:42 +0900)]
Add support for HAL_MODULE_RADIO v1.0 interface

HAL_MODULE_RADIO will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_RADIO.
hal-radio-interface-1.h contains the v1.0 HAL interface.

Change-Id: I3a4d3e75599c79439f3f4c4a624ba8ed18770cf6
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 months agoAdd new HAL manifest file of HAL_MODULE_RADIO 78/313078/4
Chanwoo Choi [Wed, 19 Jun 2024 03:36:55 +0000 (12:36 +0900)]
Add new HAL manifest file of HAL_MODULE_RADIO

HAL_MODULE_RADIO will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_RADIO.

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: Ibf562b6e11a26f65d4b58620617866f3d3b023b8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 years agoReplace fPIE gcc option with fPIC 83/257283/1
Chanwoo Choi [Thu, 22 Apr 2021 05:47:52 +0000 (14:47 +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: Ica3bbf5056dadd7b0d6b6614a24493a15ab90ba5
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 years agohaltest: Add test for radio 97/256197/10 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.115034 accepted/tizen/7.0/unified/20221110.062427 accepted/tizen/7.0/unified/hotfix/20221116.110336 accepted/tizen/8.0/unified/20231005.094421 accepted/tizen/unified/20210402.091050 submit/tizen/20210402.064427 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
Gilbok Lee [Thu, 25 Mar 2021 02:43:42 +0000 (11:43 +0900)]
haltest: Add test for radio

Change-Id: I7148222375cb1b183cb7e59f3276351805011532

3 years agoInitial release of hal-api-radio 40/251040/15 accepted/tizen/unified/20210219.040839 submit/tizen/20210218.054309
Gilbok Lee [Thu, 7 Jan 2021 03:58:41 +0000 (12:58 +0900)]
Initial release of hal-api-radio

Change-Id: Ib31800bb0fc148e30c3571893d7e5172a18a7085

3 years agoInitial empty repository master
Tizen Infrastructure [Wed, 6 Jan 2021 00:43:19 +0000 (00:43 +0000)]
Initial empty repository