7915dc24f9
* klte-common has to support both single- and dual-SIM devices, and there are multiple devices of each kind. It makes most sense to provide fragments in the -common tree that these devices can inherit to configure HIDL manifest, system properties, audio support, and any additional services necessary for MSIM support. Change-Id: Ic3b04fa500615c33cef9b0f0a999209150969123
38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.camera.provider</name>
|
|
<transport arch="32">passthrough</transport>
|
|
<version>2.4</version>
|
|
<interface>
|
|
<name>ICameraProvider</name>
|
|
<instance>legacy/0</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>android.hardware.light</name>
|
|
<transport arch="32">passthrough</transport>
|
|
<version>2.0</version>
|
|
<interface>
|
|
<name>ILight</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>android.hardware.nfc</name>
|
|
<transport arch="32">passthrough</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>INfc</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>android.hardware.vibrator</name>
|
|
<transport arch="32">passthrough</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IVibrator</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|