mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
Compile ArmNN shim over the support library. Remove SELinux permissions and settings for the old HIDL backend. The AIDL settings will be in the gs-common folder. Test: Local run of CtsNNAPITestCases Test: Local run of VtsHalNeuralnetworksTargetTest Test: Local run of MLTS Benchmark Bug: 283724775 Merged-In: I57f807934ca219460a4e589b899f933115718a70 Change-Id: Ica6a25f270a499670f23ba5452903c4904f37d48
41 lines
1.2 KiB
XML
41 lines
1.2 KiB
XML
<manifest version="1.0" type="device" target-level="8">
|
|
<hal format="hidl">
|
|
<name>android.hardware.graphics.mapper</name>
|
|
<transport arch="32+64">passthrough</transport>
|
|
<version>4.0</version>
|
|
<interface>
|
|
<name>IMapper</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl">
|
|
<name>android.hardware.boot</name>
|
|
<transport>hwbinder</transport>
|
|
<fqname>@1.2::IBootControl/default</fqname>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>com.google.input.algos.spd</name>
|
|
<version>2</version>
|
|
<interface>
|
|
<name>IScreenProtectorDetectorService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>com.google.input</name>
|
|
<version>2</version>
|
|
<interface>
|
|
<name>ITouchContextService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>com.google.input.algos.gril</name>
|
|
<version>2</version>
|
|
<interface>
|
|
<name>IGrilAntennaTuningService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|