blob: e15f4943d8f1fc93cabc42c2d243852830b1d486 [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 },
Orlando Arbildo60d8a032024-06-10 17:35:25 +000032 frozen: false,
Orlando Arbildo78897292024-11-07 18:38:26 +000033 system_ext_specific: true,
Orlando Arbildo5bc7a722024-02-07 18:47:40 +000034}