summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Abhimanyu Swami [Tue, 21 Jan 2025 06:17:03 +0000 (11:47 +0530)]
Fix build errors
Change-Id: I5085adde66e8d65c461bd3d7081020872ef92f20
(cherry picked from commit
2e6dc4088534358de93b47959b5c41958423fe41)
Abhimanyu Swami [Wed, 11 Dec 2024 06:39:13 +0000 (12:09 +0530)]
Added documentation for hal-location-interface-1.h
Change-Id: Ia251396d2fea92e55b002c0556cd43b5a1862e66
(cherry picked from commit
7a5067e88ad6a1c56e0708aa1e4b1f0d703b1e27)
Abhimanyu Swami [Fri, 14 Feb 2025 05:59:20 +0000 (11:29 +0530)]
Fix typo in hal_location_doc.h
Change-Id: I38f1d5e078f17afacb8548ec2cee928786d0146b
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
(cherry picked from commit
dccdaa692436bd6250e883c2a3f49eac0380a490)
Abhimanyu Swami [Mon, 9 Dec 2024 10:17:28 +0000 (15:47 +0530)]
Added documentation
Change-Id: Iff60e229951b11d491a80ee8dd534a2e21484421
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
(cherry picked from commit
0bf707c432b3529f130b9e10aad1782868eb88b7)
Abhimanyu Swami [Wed, 16 Oct 2024 10:45:33 +0000 (16:15 +0530)]
Include stdlib.h file
Change-Id: I134148effa3b2227139b3b67373e62dacf35fef9
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
Abhimanyu Swami [Fri, 9 Aug 2024 10:26:55 +0000 (15:56 +0530)]
Hal allocation
Change-Id: Ib067863f9544a01fa44258d7dedda9da9cefaf32
Chanwoo Choi [Thu, 20 Jun 2024 08:03:23 +0000 (17:03 +0900)]
Add support for HAL_MODULE_LOCATION v1.0 interface
HAL_MODULE_LOCATION will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_LOCATION.
hal-location-interface-1.h contains the v1.0 HAL interface.
Change-Id: I7a84c031066d8f0e106a5a6a3aa6129e85c1a3ec
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 19 Jun 2024 06:45:09 +0000 (15:45 +0900)]
Add new HAL manifest file of HAL_MODULE_LOCATION
HAL_MODULE_LOCATION will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_LOCATION.
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: I4041b2ebf8eb0eac12f68118d1b47c9ea9fe2447
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Thu, 22 Apr 2021 05:42:50 +0000 (14:42 +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: Ib886d236fe1c9373c48fd2ba15ec04f847cb8e15
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
chakradhar pogiri [Wed, 13 Jan 2021 10:28:03 +0000 (15:58 +0530)]
Location hal : Implementation of HAL interface
Change-Id: Ie5fe1ab15e2612107e15c5e64d3c8f7f619ab7e7
Tizen Infrastructure [Tue, 22 Dec 2020 01:37:25 +0000 (01:37 +0000)]
Initial empty repository