blob: c494d29bc35b64bc6b176b9753977cb2a29a4c05 [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -08001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_android_hardware_backed_security",
Bob Badourc22b35b2021-02-23 14:26:20 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
ChengYou Ho10f8a482021-01-02 22:45:32 +080011aidl_interface {
12 name: "android.hardware.weaver",
13 vendor_available: true,
14 srcs: ["android/hardware/weaver/*.aidl"],
15 stability: "vintf",
16 backend: {
17 java: {
18 platform_apis: true,
19 },
ChengYou Ho10f8a482021-01-02 22:45:32 +080020 },
ChengYou Ho20c47b42022-11-30 17:51:17 +000021 versions_with_info: [
22 {
23 version: "1",
24 imports: [],
25 },
Devin Mooree4716e82023-07-31 23:23:57 +000026 {
27 version: "2",
28 imports: [],
29 },
30
ChengYou Ho20c47b42022-11-30 17:51:17 +000031 ],
Devin Mooree4716e82023-07-31 23:23:57 +000032 frozen: true,
ChengYou Ho10f8a482021-01-02 22:45:32 +080033}