xref: /aosp_15_r20/hardware/interfaces/security/see/storage/aidl/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1package {
2    default_applicable_licenses: ["hardware_interfaces_license"],
3}
4
5aidl_interface {
6    name: "android.hardware.security.see.storage",
7    stability: "vintf",
8    host_supported: true,
9    srcs: [
10        "android/hardware/security/see/storage/*.aidl",
11    ],
12    backend: {
13        java: {
14            enabled: false,
15        },
16        cpp: {
17            enabled: true,
18        },
19        ndk: {
20            enabled: true,
21        },
22        rust: {
23            enabled: true,
24        },
25    },
26    frozen: false,
27}
28