blob: 4ccbbfb7ee8fb4ecdeb268e699e79bf102f8ddbc [file] [log] [blame]
Jasmine Cha8e0e1062023-03-03 14:51:32 +08001DEVICE_MANIFEST_FILE += device/google/gs-common/audio/hidl/manifest_gs101$(LOCAL_64ONLY).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.bluetooth.audio-impl \
9 android.hardware.soundtrigger@2.3-impl \
10 vendor.google.whitechapel.audio.audioext@4.0-impl
11
12#Audio HAL libraries
13PRODUCT_PACKAGES += \
14 audio.primary.$(TARGET_BOARD_PLATFORM) \
15 audio.platform.aoc \
16 sound_trigger.primary.$(TARGET_BOARD_PLATFORM) \
17 audio_bt_aoc \
18 audio_tunnel_aoc \
19 aoc_aud_ext \
20 libaoctuningdecoder \
21 libaoc_waves \
22 liboffloadeffect \
23 audio_waves_aoc \
24 audio_fortemedia_aoc \
25 audio_bluenote_aoc \
26 audio_usb_aoc \
27 audio_spk_35l41 \
28 audio.usb.default \
29 audio.usbv2.default \
30 audio.bluetooth.default \
31 audio.r_submix.default \
32 libamcsextfile \
33 audio_amcs_ext \
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
Poomarin Phloyphisutafd55f92024-09-30 06:24:59 +000045DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/hidl/device_framework_matrix_product_gs101.xml