summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Gilbok Lee [Wed, 18 Dec 2024 04:17:14 +0000 (13:17 +0900)]
Add 'HAL_' preifx to the hal_radio_seek_direction_type enum
Change-Id: I5592ccb197c47614357fb4a7fb6858ef47399a00
Gilbok Lee [Wed, 18 Dec 2024 00:59:32 +0000 (09:59 +0900)]
Change the suffix of enum type from '_t' to '_e
Change-Id: I3280740f9b1f4eb85ac49a04814c738034f4bbfc
Gilbok Lee [Tue, 16 Jul 2024 08:00:52 +0000 (17:00 +0900)]
Update for multi hal interface
Change-Id: Ic53a82099c2570c2fc6171764a237be12c5b0055
Gilbok Lee [Wed, 4 Dec 2024 04:26:43 +0000 (13:26 +0900)]
Update header and add "doc" directory for documentation
- Replace "since_tizen" tag by "since" tag.
- Add some descriptions
Change-Id: I9e4b4e04e74fd33d5c714980b120862e4998325e
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>
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>
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>
Gilbok Lee [Thu, 25 Mar 2021 02:43:42 +0000 (11:43 +0900)]
haltest: Add test for radio
Change-Id: I7148222375cb1b183cb7e59f3276351805011532
Gilbok Lee [Thu, 7 Jan 2021 03:58:41 +0000 (12:58 +0900)]
Initial release of hal-api-radio
Change-Id: Ib31800bb0fc148e30c3571893d7e5172a18a7085
Tizen Infrastructure [Wed, 6 Jan 2021 00:43:19 +0000 (00:43 +0000)]
Initial empty repository