Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 1 | DEVICE_MANIFEST_FILE += device/google/gs-common/audio/hidl/manifest_gs101$(LOCAL_64ONLY).xml |
| 2 | |
| 3 | # Audio HAL Server & Default Implementations |
| 4 | PRODUCT_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 |
| 13 | PRODUCT_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 Phloyphisut | afd55f9 | 2024-09-30 06:24:59 +0000 | [diff] [blame] | 35 | ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) |
| 36 | # IAudioMetricExt HIDL |
| 37 | PRODUCT_PACKAGES += \ |
| 38 | vendor.google.audiometricext@1.0-service-vendor |
| 39 | endif |
| 40 | |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 41 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hidl |
| 42 | |
| 43 | include device/google/gs-common/audio/common.mk |
| 44 | |
Poomarin Phloyphisut | afd55f9 | 2024-09-30 06:24:59 +0000 | [diff] [blame] | 45 | DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/hidl/device_framework_matrix_product_gs101.xml |