blob: c183b9a530b4da58aa5918c8b466f9369bb28fed [file] [log] [blame]
Jasmine Cha8e0e1062023-03-03 14:51:32 +08001DEVICE_MANIFEST_FILE += device/google/gs-common/audio/hidl/manifest.xml
2
3# Audio HAL Server & Default Implementations
4PRODUCT_PACKAGES += \
5 android.hardware.audio.service \
6 android.hardware.audio@7.1-impl \
7 android.hardware.audio.effect@7.0-impl \
8 android.hardware.soundtrigger@2.3-impl \
9 vendor.google.whitechapel.audio.audioext@4.0-impl \
10 android.hardware.bluetooth.audio-impl \
11
12#Audio HAL libraries
13PRODUCT_PACKAGES += \
14 audio.primary.$(TARGET_BOARD_PLATFORM) \
15 audio.platform.aoc \
16 audio_tunnel_aoc \
17 aoc_aud_ext \
18 libaoctuningdecoder \
19 liboffloadeffect \
20 audio_bt_aoc \
21 audio_waves_aoc \
22 audio_fortemedia_aoc \
23 audio_bluenote_aoc \
24 audio_usb_aoc \
25 audio_cca_aoc \
26 libamcsextfile \
27 audio_amcs_ext \
28 audio.usb.default \
29 audio.usbv2.default \
30 audio.bluetooth.default \
31 audio.r_submix.default \
32 audio_spk_35l41 \
33 sound_trigger.primary.$(TARGET_BOARD_PLATFORM)
34
Poomarin Phloyphisutafd55f92024-09-30 06:24:59 +000035ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
36# IAudioMetricExt HIDL
37PRODUCT_PACKAGES += \
38 vendor.google.audiometricext@1.0-service-vendor
39endif
40
Jasmine Cha8e0e1062023-03-03 14:51:32 +080041BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hidl
42
43include device/google/gs-common/audio/common.mk
44
45DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/hidl/device_framework_matrix_product.xml