summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chanwoo Choi [Thu, 20 Jun 2024 06:44:53 +0000 (15:44 +0900)]
Prevent to use HAL blueooth ABI on HAL backend
Prevent to use HAL blueooth ABI on HAL backend
because HAL bluetooth API (hal-bluetooth.h) should be only used on platform side.
HAL backend is only able to use HAL interface (hal-bluetooth-interface.h).
Change-Id: I1e6fe73b1e8365cdc33d0c3fb8ddf56eb22a6b24
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 19 Jun 2024 03:41:50 +0000 (12:41 +0900)]
Add new HAL manifest file of HAL_MODULE_BLUETOOTH
HAL_MODULE_BLUETOOTH will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_BLUETOOTH.
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: Ie7434ac3f7a2f8f8399e7c33c559d23925e58577
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Jongmin Lee [Tue, 23 Mar 2021 08:13:55 +0000 (17:13 +0900)]
test: specify cflags
Remove absoluth path in order to support out-of-source build
Change-Id: If63e47183027ec539569a99e136f6febc1c17fbf
DoHyun Pyun [Tue, 9 Feb 2021 01:35:28 +0000 (10:35 +0900)]
Add bluetooth-haltests package
Change-Id: Idd27a568b30094c86cc440d3b84f85cad11988c2
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Wootak Jung [Thu, 14 Jan 2021 23:32:24 +0000 (08:32 +0900)]
Add rpath option
Change-Id: I93657eec3e2fb4ab1e5f698b4aef39e03c0bf28a
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Wootak Jung [Thu, 14 Jan 2021 07:22:40 +0000 (16:22 +0900)]
Add backend error types
Change-Id: I97364ccc088a7fd42bfc6b7524b8cf1a2cc6918c
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Wootak Jung [Thu, 7 Jan 2021 23:32:30 +0000 (08:32 +0900)]
Initial commit
Change-Id: Id87e1b21a6abc75a09e44dcfce0c5a96389eef3e
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Tizen Infrastructure [Thu, 17 Dec 2020 00:22:56 +0000 (00:22 +0000)]
Initial empty repository