mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Gralloc: AIDL HAL may replace HIDL HAL." into tm-dev
This commit is contained in:
@@ -183,7 +183,10 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="false">
|
<!-- Either the AIDL or the HIDL allocator HAL must exist on the device.
|
||||||
|
If the HIDL composer HAL exists, it must be at least version 2.0.
|
||||||
|
See DeviceManifestTest.GrallocHal -->
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
<name>android.hardware.graphics.allocator</name>
|
<name>android.hardware.graphics.allocator</name>
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
<interface>
|
<interface>
|
||||||
|
|||||||
@@ -187,7 +187,10 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="false">
|
<!-- Either the AIDL or the HIDL allocator HAL must exist on the device.
|
||||||
|
If the HIDL composer HAL exists, it must be at least version 2.0.
|
||||||
|
See DeviceManifestTest.GrallocHal -->
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
<name>android.hardware.graphics.allocator</name>
|
<name>android.hardware.graphics.allocator</name>
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
<version>3.0</version>
|
<version>3.0</version>
|
||||||
|
|||||||
@@ -208,7 +208,10 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="false">
|
<!-- Either the AIDL or the HIDL allocator HAL must exist on the device.
|
||||||
|
If the HIDL composer HAL exists, it must be at least version 2.0.
|
||||||
|
See DeviceManifestTest.GrallocHal -->
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
<name>android.hardware.graphics.allocator</name>
|
<name>android.hardware.graphics.allocator</name>
|
||||||
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
|
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
|
|||||||
@@ -238,7 +238,10 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="false">
|
<!-- Either the AIDL or the HIDL allocator HAL must exist on the device.
|
||||||
|
If the HIDL composer HAL exists, it must be at least version 2.0.
|
||||||
|
See DeviceManifestTest.GrallocHal -->
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
<name>android.hardware.graphics.allocator</name>
|
<name>android.hardware.graphics.allocator</name>
|
||||||
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
|
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
|
|||||||
@@ -278,9 +278,13 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<!-- Either the AIDL or the HIDL allocator HAL must exist on the device.
|
||||||
|
If the HIDL composer HAL exists, it must be at least version 2.0.
|
||||||
|
See DeviceManifestTest.GrallocHal -->
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>android.hardware.graphics.allocator</name>
|
<name>android.hardware.graphics.allocator</name>
|
||||||
<!-- New, non-Go devices should use 4.0 or the AIDL hal. -->
|
<!-- New, non-Go devices should use 4.0 or the AIDL hal.
|
||||||
|
See DeviceManifestTest.GrallocVersionCompatibility. -->
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
<version>3.0</version>
|
<version>3.0</version>
|
||||||
<version>4.0</version>
|
<version>4.0</version>
|
||||||
|
|||||||
Reference in New Issue
Block a user