Declare IDisplay aidl interface for secondary

Bug: 210380703
test: test pixel display interface
Change-Id: I142ad4e3e785e733479b0526c94800b2627e3fd9
This commit is contained in:
linpeter 2022-06-15 22:02:31 +08:00
parent 14c52d6875
commit 50a3a7d19d
3 changed files with 15 additions and 0 deletions

View file

@ -231,3 +231,5 @@ PRODUCT_PACKAGES += \
WifiOverlay2023Mid_F10
PRODUCT_SOONG_NAMESPACES += device/google/felix
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/felix/device_framework_matrix_product_felix.xml

View file

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework" level="7">
<hal format="aidl" optional="true">
<name>com.google.hardware.pixel.display</name>
<version>6</version>
<interface>
<name>IDisplay</name>
<instance>secondary</instance>
</interface>
</hal>
</compatibility-matrix>

View file

@ -19,6 +19,9 @@ TARGET_SCREEN_DENSITY := 420
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_FELIX := true
#Display
USES_IDISPLAY_INTF_SEC := true
include device/google/gs201/BoardConfig-common.mk
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/felix/proprietary/BoardConfigVendor.mk