platform/hal/api/location.git
2 weeks agoFix documentation 52/324952/1 tizen
Abhimanyu Swami [Thu, 29 May 2025 07:43:14 +0000 (13:13 +0530)]
Fix documentation

Change-Id: I2d9cb353bd0b0a1be0b32dfaf1e7227e118188a2

2 weeks agoFix typos 43/324943/1
Abhimanyu Swami [Thu, 29 May 2025 06:09:56 +0000 (11:39 +0530)]
Fix typos

Change-Id: I38aebf84f9ad2b44718a5b15cb92f200fd8944c5

8 weeks agoUpdate indentation 19/322819/1
Abhimanyu Swami [Wed, 16 Apr 2025 06:37:44 +0000 (12:07 +0530)]
Update indentation

Change-Id: Ieac6568b1a556fb6393c1094021123c4d3bc508c

3 months agoFix typo in hal_location_doc.h 48/319648/1
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>
4 months agoFix build errors 14/318614/1
Abhimanyu Swami [Tue, 21 Jan 2025 06:17:03 +0000 (11:47 +0530)]
Fix build errors

Change-Id: I5085adde66e8d65c461bd3d7081020872ef92f20

5 months agoAdded documentation for hal-location-interface-1.h 66/316166/8
Abhimanyu Swami [Wed, 11 Dec 2024 06:39:13 +0000 (12:09 +0530)]
Added documentation for hal-location-interface-1.h

Change-Id: Ia251396d2fea92e55b002c0556cd43b5a1862e66

6 months agoAdded documentation 32/316032/1
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>
7 months agoInclude stdlib.h file 67/319167/1 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan accepted/tizen/9.0/unified/20241030.232645 accepted/tizen/unified/20241017.172659 accepted/tizen/unified/toolchain/20241022.122548 accepted/tizen/unified/toolchain/20241022.123005 accepted/tizen/unified/x/20241017.030732 accepted/tizen/unified/x/asan/20241022.113520 tizen_9.0_m2_release
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>
10 months agoHal allocation 19/315919/2 accepted/tizen/unified/20241015.153113
Abhimanyu Swami [Fri, 9 Aug 2024 10:26:55 +0000 (15:56 +0530)]
Hal allocation

Change-Id: Ib067863f9544a01fa44258d7dedda9da9cefaf32

11 months agoAdd support for HAL_MODULE_LOCATION v1.0 interface 36/313236/1
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>
11 months agoAdd new HAL manifest file of HAL_MODULE_LOCATION 18/313118/2 accepted/tizen_unified_dev accepted/tizen/unified/20240709.165105 accepted/tizen/unified/dev/20240710.032359 accepted/tizen/unified/toolchain/20240812.133233 accepted/tizen/unified/x/20240710.013008 accepted/tizen/unified/x/asan/20240813.231642
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>
4 years agoReplace fPIE gcc option with fPIC 78/257278/1 submit/tizen/20210512.071659
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>
4 years agoLocation hal : Implementation of HAL interface 14/251414/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.114935 accepted/tizen/7.0/unified/20221110.060840 accepted/tizen/7.0/unified/hotfix/20221116.110330 accepted/tizen/8.0/unified/20231005.094415 accepted/tizen/unified/20210222.031305 accepted/tizen/unified/20210222.104256 accepted/tizen/unified/20210301.130236 submit/tizen/20210219.112041 submit/tizen/20210222.074141 submit/tizen/20210222.083052 submit/tizen/20210301.051848 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
chakradhar pogiri [Wed, 13 Jan 2021 10:28:03 +0000 (15:58 +0530)]
Location hal : Implementation of HAL interface

Change-Id: Ie5fe1ab15e2612107e15c5e64d3c8f7f619ab7e7

4 years agoInitial empty repository master
Tizen Infrastructure [Tue, 22 Dec 2020 01:37:25 +0000 (01:37 +0000)]
Initial empty repository