mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 16:30:57 +00:00
No actual implementations yet. Test: compile, new VTS to be written Bug: 109829698 Change-Id: Ibe509dd743a84b147fdfed6599d8f066adb8793b
34 lines
847 B
Plaintext
34 lines
847 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.camera.device@3.5",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"ICameraDevice.hal",
|
|
"ICameraDeviceCallback.hal",
|
|
"ICameraDeviceSession.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.camera.common@1.0",
|
|
"android.hardware.camera.device@3.2",
|
|
"android.hardware.camera.device@3.3",
|
|
"android.hardware.camera.device@3.4",
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"BufferRequest",
|
|
"BufferRequestStatus",
|
|
"StreamBufferRequestError",
|
|
"StreamBufferRet",
|
|
"StreamBuffersVal",
|
|
"StreamConfiguration",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|