mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 00:34:39 +08:00
build: Mark Health plugin as experimental for now
The API of the Health plugin and the code itself needs another review phase in the light for BlueZ 5.x. For now mark this plugin as experimental.
This commit is contained in:
parent
2f2a5066ad
commit
4a6389350f
@ -59,6 +59,7 @@ builtin_modules += hog
|
||||
builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \
|
||||
profiles/input/suspend.h profiles/input/suspend-dummy.c
|
||||
|
||||
if EXPERIMENTAL
|
||||
builtin_modules += health
|
||||
builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
|
||||
profiles/health/mcap.h profiles/health/mcap.c \
|
||||
@ -68,6 +69,7 @@ builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
|
||||
profiles/health/hdp_manager.c \
|
||||
profiles/health/hdp.h profiles/health/hdp.c \
|
||||
profiles/health/hdp_util.h profiles/health/hdp_util.c
|
||||
endif
|
||||
|
||||
builtin_modules += gatt
|
||||
builtin_sources += profiles/gatt/main.c profiles/gatt/manager.h \
|
||||
|
Loading…
Reference in New Issue
Block a user