zephyr/samples/bluetooth/hap_ha/sample.yaml
Abderrahmane Jarmouni 3a4dbd4a73 samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE
Replace some OVERLAY_CONFIG that were missed in a pervious PR.

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
2024-10-24 14:06:54 +02:00

35 lines
871 B
YAML

sample:
description: Bluetooth HAP Hearing Aid sample
name: Bluetooth HAP Hearing Aid sample
tests:
sample.bluetooth.hap_ha.monaural:
harness: bluetooth
platform_allow:
- native_sim
tags: bluetooth
build_only: true
sample.bluetooth.hap_ha.monaural_no_presets:
harness: bluetooth
platform_allow:
- native_sim
tags: bluetooth
build_only: true
extra_configs:
- CONFIG_BT_HAS_PRESET_COUNT=0
sample.bluetooth.hap_ha.banded:
harness: bluetooth
platform_allow:
- native_sim
tags: bluetooth
extra_args: EXTRA_CONF_FILE="banded.conf"
build_only: true
sample.bluetooth.hap_ha.binaural:
harness: bluetooth
platform_allow:
- native_sim
tags: bluetooth
extra_args: EXTRA_CONF_FILE="binaural.conf"
build_only: true
extra_configs:
- CONFIG_HAP_HA_SET_RANK=2