sanders: Enable Tether offload

Add Hals for tether offload into manifest

Change-Id: Ic8780f0545358a2bd0dc5f381dfb6f8cf7b183f2
CRs-Fixed: 2126455
This commit is contained in:
Pavan Kumar M
2017-11-01 17:18:26 +05:30
committed by therootlord
parent 04c0fc1e90
commit ca1e20a7b0

View File

@@ -196,5 +196,24 @@
<instance>default</instance>
</interface>
</hal>
<!-- Tether Offload -->
<hal format="hidl">
<name>android.hardware.tetheroffload.config</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOffloadConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.tetheroffload.control</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOffloadControl</name>
<instance>default</instance>
</interface>
</hal>
</manifest>