mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Camera device subinterface version 3.6 must inherit from the previous version 3.5 and continue to support device sessions with versions 3.2, 3.5 as well as the most recent 3.6. Bug: 148235329 Test: VtsHalCameraProviderV2_4TargetTest --gtest_filter=PerInstance/CameraHidlTest.switchToOffline/0_external_0 Change-Id: Ia46cbd771eb1d2624cc0cee808a3eb074fc775b6
26 lines
694 B
Plaintext
26 lines
694 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.camera.device@3.6",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"ICameraDevice.hal",
|
|
"ICameraDeviceSession.hal",
|
|
"ICameraOfflineSession.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.camera.device@3.5",
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: false,
|
|
}
|