summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jihoon Jung [Wed, 28 May 2025 05:16:06 +0000 (14:16 +0900)]
Fix typo
Change-Id: I6dc5e25b39d8df94924a8838786f5b177cf0990c
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Mon, 16 Dec 2024 08:45:11 +0000 (17:45 +0900)]
Add document and update doxygen for ACR
Change-Id: Ie9834e68746a1860ecf2520dd6d71921c9aa2062
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Thu, 11 Jul 2024 07:35:46 +0000 (16:35 +0900)]
Apply multi-hal interface
Change-Id: Ia76e357e4bdf5f98ad32b6e8bf919a34178285cf
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Chanwoo Choi [Thu, 20 Jun 2024 07:51:14 +0000 (16:51 +0900)]
Add support for HAL_MODULE_NFC v1.0 interface
HAL_MODULE_NFC will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_NFC.
hal-nfc-interface-1.h contains the v1.0 HAL interface.
Change-Id: Ie1d36c138a636caae548f24f188eff97361607a7
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 19 Jun 2024 06:31:49 +0000 (15:31 +0900)]
Add new HAL manifest file of HAL_MODULE_NFC
HAL_MODULE_NFC will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_NFC.
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: I30a30f0c5e21a413c836555ef0c566b690254562
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Jihoon Jung [Tue, 1 Jun 2021 23:16:04 +0000 (08:16 +0900)]
Add require headers
Change-Id: Ied559313d2590df58bbf4d12a5d33f13e78f0067
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Chanwoo Choi [Thu, 22 Apr 2021 05:45:35 +0000 (14:45 +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: Id22cf9c0161b2f342a6817979aeb857b4c14fe86
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Jihoon Jung [Mon, 15 Feb 2021 07:27:49 +0000 (16:27 +0900)]
Add error handling for unsupported functions
Change-Id: Ia83650f6ef83b0c86e7d2c2d114d40aca3dbce52
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Wed, 13 Jan 2021 07:01:40 +0000 (16:01 +0900)]
NFC hal : Implementation of HAL interface
Change-Id: I7e19c95f8de214f8beeda7101e1a2e31bcc6518d
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Tizen Infrastructure [Thu, 17 Dec 2020 00:25:31 +0000 (00:25 +0000)]
Initial empty repository