blob: c184677408558f6d7ce43885ed7d81955ab12e63 [file] [log] [blame]
Bob Badour13cb9222022-02-10 13:39:55 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070010aidl_interface {
11 name: "android.hardware.camera.device",
12 vendor_available: true,
13 srcs: ["android/hardware/camera/device/*.aidl"],
14 stability: "vintf",
15 imports: [
16 "android.hardware.common-V2",
17 "android.hardware.common.fmq-V1",
Austin Borger4728fc42022-07-15 11:27:53 -070018 "android.hardware.camera.common-V1",
19 "android.hardware.camera.metadata-V2",
Steven Morelanded277792022-10-29 00:51:21 +000020 "android.hardware.graphics.common-V4",
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070021 ],
22 backend: {
23 cpp: {
24 enabled: false,
25 },
26 java: {
27 sdk_version: "module_current",
28 enabled: false,
29 },
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070030 },
Jiyong Park703e9792022-03-22 14:18:48 +090031 versions_with_info: [
32 {
33 version: "1",
34 imports: [
35 "android.hardware.common-V2",
36 "android.hardware.common.fmq-V1",
37 "android.hardware.camera.common-V1",
38 "android.hardware.camera.metadata-V1",
Steven Morelanded277792022-10-29 00:51:21 +000039 "android.hardware.graphics.common-V4",
Jiyong Park703e9792022-03-22 14:18:48 +090040 ],
41 },
42 ],
43
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070044}