Files
hardware_interfaces/graphics/bufferqueue/2.0/Android.bp
Pawin Vongmasa 95674af0c2 HAL interface for IGraphicBufferProducer V2
Test: Builds

Bug: 112508112

Change-Id: Ic3afaa1e27116d4ff9e5035dfce5c20de3d876e5
2018-10-23 17:33:22 -07:00

28 lines
621 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.graphics.bufferqueue@2.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IGraphicBufferProducer.hal",
"IProducerListener.hal",
],
interfaces: [
"android.hardware.graphics.common@1.0",
"android.hardware.graphics.common@1.1",
"android.hardware.graphics.common@1.2",
"android.hidl.base@1.0",
],
types: [
"ConnectionType",
"SlotIndex",
"Status",
],
gen_java: true,
}