klte-common: Add radio services to manifest

These are built by default

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba35
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:50:37 +03:00 committed by Kevin F. Haggerty
parent ed58a79f48
commit 50054e9d47
1 changed files with 22 additions and 0 deletions

View File

@ -72,4 +72,26 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IRadio</name>
<instance>slot1</instance>
</interface>
<interface>
<name>ISap</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOemHook</name>
<instance>slot1</instance>
</interface>
</hal>
</manifest>