blob: 2e5b6673cf45742024ceb386621dfbe88511981d [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 },
Vadim Caen60741ed2022-10-17 14:11:41 +000030 rust: {
31 enabled: true,
32 }
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070033 },
Jiyong Park703e9792022-03-22 14:18:48 +090034 versions_with_info: [
35 {
36 version: "1",
37 imports: [
38 "android.hardware.common-V2",
39 "android.hardware.common.fmq-V1",
40 "android.hardware.camera.common-V1",
41 "android.hardware.camera.metadata-V1",
Steven Morelanded277792022-10-29 00:51:21 +000042 "android.hardware.graphics.common-V4",
Jiyong Park703e9792022-03-22 14:18:48 +090043 ],
44 },
45 ],
46
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -070047}