2022-02-10 13:39:55 -08:00
|
|
|
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"],
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-03 12:23:41 -07:00
|
|
|
aidl_interface {
|
|
|
|
|
name: "android.hardware.camera.device",
|
|
|
|
|
vendor_available: true,
|
|
|
|
|
srcs: ["android/hardware/camera/device/*.aidl"],
|
2023-11-22 21:33:53 +00:00
|
|
|
frozen: false,
|
2021-11-03 12:23:41 -07:00
|
|
|
stability: "vintf",
|
|
|
|
|
imports: [
|
|
|
|
|
"android.hardware.common-V2",
|
|
|
|
|
"android.hardware.common.fmq-V1",
|
2022-07-15 11:27:53 -07:00
|
|
|
"android.hardware.camera.common-V1",
|
|
|
|
|
"android.hardware.camera.metadata-V2",
|
2023-09-27 03:13:04 +00:00
|
|
|
"android.hardware.graphics.common-V5",
|
2021-11-03 12:23:41 -07:00
|
|
|
],
|
|
|
|
|
backend: {
|
|
|
|
|
cpp: {
|
|
|
|
|
enabled: false,
|
|
|
|
|
},
|
|
|
|
|
java: {
|
|
|
|
|
sdk_version: "module_current",
|
|
|
|
|
enabled: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
2022-03-22 14:18:48 +09:00
|
|
|
versions_with_info: [
|
|
|
|
|
{
|
|
|
|
|
version: "1",
|
|
|
|
|
imports: [
|
|
|
|
|
"android.hardware.common-V2",
|
|
|
|
|
"android.hardware.common.fmq-V1",
|
|
|
|
|
"android.hardware.camera.common-V1",
|
|
|
|
|
"android.hardware.camera.metadata-V1",
|
2023-09-27 03:13:04 +00:00
|
|
|
"android.hardware.graphics.common-V5",
|
2022-03-22 14:18:48 +09:00
|
|
|
],
|
|
|
|
|
},
|
2023-04-04 19:52:27 +00:00
|
|
|
{
|
|
|
|
|
version: "2",
|
|
|
|
|
imports: [
|
|
|
|
|
"android.hardware.common-V2",
|
|
|
|
|
"android.hardware.common.fmq-V1",
|
|
|
|
|
"android.hardware.camera.common-V1",
|
|
|
|
|
"android.hardware.camera.metadata-V2",
|
2023-09-27 03:13:04 +00:00
|
|
|
"android.hardware.graphics.common-V5",
|
2023-04-04 19:52:27 +00:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|
2022-03-22 14:18:48 +09:00
|
|
|
],
|
|
|
|
|
|
2021-11-03 12:23:41 -07:00
|
|
|
}
|