e692c8cfed
* Configs and board/product makefiles are split into discrete directories based on NFC chip. These chain to truly common makefiles that add permissions and shared PRODUCT_PACKAGES. * Relocate libpn547_fw under the nfc/pn547 directory. Change-Id: Ie9e87fc0566eac76fc411b3e5669564c5fa54123
29 lines
908 B
XML
29 lines
908 B
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.vibrator</name>
|
|
<transport arch="32">passthrough</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IVibrator</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|