blob: c64b82773960f12b90c953c1475f6d465a5b07e0 [file] [log] [blame]
Orlando Arbildo5bc7a722024-02-07 18:47:40 +00001package {
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
10aidl_interface {
Orlando Arbildo78897292024-11-07 18:38:26 +000011 name: "android.hardware.security.see.hwcrypto",
12 stability: "vintf",
Orlando Arbildo5bc7a722024-02-07 18:47:40 +000013 host_supported: true,
14 srcs: [
15 "android/hardware/security/see/hwcrypto/*.aidl",
16 "android/hardware/security/see/hwcrypto/types/*.aidl",
17 ],
18 backend: {
19 java: {
20 enabled: false,
21 },
22 cpp: {
Orlando Arbildo78897292024-11-07 18:38:26 +000023 enabled: true,
Orlando Arbildo5bc7a722024-02-07 18:47:40 +000024 },
25 rust: {
26 enabled: true,
27 },
Orlando Arbildo78897292024-11-07 18:38:26 +000028 ndk: {
29 enabled: true,
30 },
Orlando Arbildo5bc7a722024-02-07 18:47:40 +000031 },
Devin Mooref386af02025-01-16 20:59:57 +000032 frozen: true,
Orlando Arbildo78897292024-11-07 18:38:26 +000033 system_ext_specific: true,
Devin Mooref386af02025-01-16 20:59:57 +000034 versions_with_info: [
35 {
36 version: "1",
37 imports: [],
38 },
39 ],
40
Orlando Arbildo5bc7a722024-02-07 18:47:40 +000041}