summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Azucena <oscarazu@google.com>2021-08-26 17:46:06 -0700
committerOscar Azucena <oscarazu@google.com>2021-08-27 10:21:48 -0700
commite210821790f2b24d41a2e4a6ed7b0f31d4971fa7 (patch)
treee29237ce4cea5f57f88885f2a68a69a50d473e2c
parent43881e0e992acafa0bac79290a567c80b5dd8517 (diff)
downloadcar-e210821790f2b24d41a2e4a6ed7b0f31d4971fa7.tar.gz
Added separated audio effects manifest file
Bug: 197888672 Test: m -j Change-Id: I5853c2d71b7cad257ef9b0d079c5ede19109c3ba Merged-In: I5853c2d71b7cad257ef9b0d079c5ede19109c3ba
-rw-r--r--emulator/audio/android.hardware.audio.effects@6.0.xml26
-rw-r--r--emulator/audio/car_emulator_audio.mk2
2 files changed, 28 insertions, 0 deletions
diff --git a/emulator/audio/android.hardware.audio.effects@6.0.xml b/emulator/audio/android.hardware.audio.effects@6.0.xml
new file mode 100644
index 0000000..62560da
--- /dev/null
+++ b/emulator/audio/android.hardware.audio.effects@6.0.xml
@@ -0,0 +1,26 @@
+<!-- Copyright (C) 2021 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manifest version="1.0" type="device">
+ <hal format="hidl">
+ <name>android.hardware.audio.effect</name>
+ <transport>hwbinder</transport>
+ <version>6.0</version>
+ <interface>
+ <name>IEffectsFactory</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>
diff --git a/emulator/audio/car_emulator_audio.mk b/emulator/audio/car_emulator_audio.mk
index d2e3d09..9ebb3b6 100644
--- a/emulator/audio/car_emulator_audio.mk
+++ b/emulator/audio/car_emulator_audio.mk
@@ -22,6 +22,8 @@ PRODUCT_PACKAGES += audio.primary.caremu
PRODUCT_PACKAGES += \
android.hardware.audio@6.0-impl:32
+DEVICE_MANIFEST_FILE += device/generic/car/emulator/audio/android.hardware.audio.effects@6.0.xml
+
PRODUCT_PROPERTY_OVERRIDES += ro.hardware.audio.primary=caremu
PRODUCT_COPY_FILES += \