Declare IDisplay aidl interface for secondary

Bug: 283353282
Test: Test pixel display interface
Change-Id: I20ed33b7cae127fa9e2e4f63fe939d9ccf639add
This commit is contained in:
Burney Yu 2023-08-29 17:22:46 +08:00
parent 5d296b8dfc
commit ce094bc0df
2 changed files with 12 additions and 1 deletions

View file

@ -21,6 +21,9 @@ TARGET_SCREEN_DENSITY := 390
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_COMET := true
#Display
USES_IDISPLAY_INTF_SEC := true
include device/google/zumapro/BoardConfig-common.mk
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
include device/google/comet-sepolicy/comet-sepolicy.mk

View file

@ -17,4 +17,12 @@
</interface>
<fqname>IGnss/default</fqname>
</hal>
</compatibility-matrix>
<hal format="aidl" optional="true">
<name>com.google.hardware.pixel.display</name>
<version>9</version>
<interface>
<name>IDisplay</name>
<instance>secondary</instance>
</interface>
</hal>
</compatibility-matrix>