gts3llte: manifest: Make radio related entries to be overrided
These HAL informations will be filled by the compatibility_matrix. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I69375ebb3edeac44346de0323a98c163a7c348d3
This commit is contained in:
parent
83693f11b3
commit
bbd82b406b
1 changed files with 1 additions and 17 deletions
18
manifest.xml
18
manifest.xml
|
@ -11,26 +11,10 @@
|
|||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
</interface>
|
||||
<fqname>@1.2::IRadio/slot1</fqname>
|
||||
<fqname>@1.2::ISap/slot1</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.radio.config</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.1</version>
|
||||
<interface>
|
||||
<name>IRadioConfig</name>
|
||||
<instance>default</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>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.tetheroffload.config</name>
|
||||
|
|
Loading…
Reference in a new issue