mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +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: I3652eceb14d06a3e909444edc21ad86d9378bc6c Change-Id: If26928b13cdd9f3342026af95b9446f2918784fa
32 lines
981 B
XML
32 lines
981 B
XML
<manifest version="1.0" type="device" target-level="7">
|
|
<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>
|
|
<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>
|
|
</manifest>
|