mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
To allow for implementation inheritance of @2.4 legacy wrapper and @2.4 external webcamera HALs in the @2.5 implementations, restructure the existing default provider to separate the service interface into a thin shim that calls the implementations. Test: Camera starts as usual after refactor, VTS tests pass Bug: 121379978 Change-Id: Id40790ed4fb495577fd2b885c706b2ed7a96d64e
26 lines
712 B
Plaintext
26 lines
712 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.camera.metadata@3.4",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.camera.metadata@3.2",
|
|
"android.hardware.camera.metadata@3.3",
|
|
],
|
|
types: [
|
|
"CameraMetadataEnumAndroidInfoSupportedBufferManagementVersion",
|
|
"CameraMetadataEnumAndroidScalerAvailableFormats",
|
|
"CameraMetadataEnumAndroidScalerAvailableRecommendedStreamConfigurations",
|
|
"CameraMetadataEnumAndroidSensorInfoColorFilterArrangement",
|
|
"CameraMetadataTag",
|
|
],
|
|
gen_java: true,
|
|
}
|
|
|