mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Initial set of native API extensions to support 10-bit output capable device: - Identification - Configuration - Data plumbing Bug: 195946346 Test: adb shell /data/nativetest64/VtsHalCameraProviderV2_4TargetTest/VtsHalCameraProviderV2_4TargetTest --gtest_filter=PerInstance/CameraHidlTest.process10BitDynamicRangeRequest/0_internal_0 Change-Id: I526120944232ce211259cbd215935db7e445a6c5
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.camera.device@3.8",
|
|
root: "android.hardware",
|
|
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.camera.device@3.5",
|
|
"android.hardware.camera.device@3.6",
|
|
"android.hardware.camera.device@3.7",
|
|
"android.hardware.camera.metadata@3.2",
|
|
"android.hardware.camera.metadata@3.3",
|
|
"android.hardware.camera.metadata@3.4",
|
|
"android.hardware.camera.metadata@3.5",
|
|
"android.hardware.camera.metadata@3.6",
|
|
"android.hardware.camera.metadata@3.8",
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: false,
|
|
}
|