diff options
| author | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-01-10 16:56:06 -0500 |
|---|---|---|
| committer | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-01-31 14:20:30 -0500 |
| commit | f6088ff77af695bf3d472be024de2099e0083fc7 (patch) | |
| tree | f78e89023062f1f14c702c29692f2a0c70a97e8d | |
| parent | a84bdfdc1a00409c8fa8c2e74e364e8d7066c0b9 (diff) | |
beckham: Add IModManager to VINTF manifest
Change-Id: Ia4bdd85fa116aa62121b5b1f7218402774579f89
| -rw-r--r-- | motomods.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/motomods.xml b/motomods.xml index 312ba8a..e303ec7 100644 --- a/motomods.xml +++ b/motomods.xml @@ -1,5 +1,14 @@ <manifest version="1.0" type="device"> <hal format="hidl"> + <name>com.motorola.mod</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IModManager</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl"> <name>motorola.hardware.audio.eqservice</name> <transport>hwbinder</transport> <version>1.0</version> |
