1// This file is autogenerated by hidl2aidl.
2
3package {
4    // See: http://go/android-license-faq
5    // A large-scale-change added 'default_applicable_licenses' to import
6    // all of the 'license_kinds' from "hardware_nxp_nfc_license"
7    // to get the below license kinds:
8    //   SPDX-license-identifier-Apache-2.0
9    default_applicable_licenses: ["hardware_nxp_nfc_license"],
10}
11
12aidl_interface {
13    name: "vendor.nxp.nxpnfc_aidl",
14    vendor_available: true,
15    srcs: ["vendor/nxp/nxpnfc_aidl/*.aidl"],
16    stability: "vintf",
17    frozen: true,
18    owner: "nxp",
19    backend: {
20        cpp: {
21            enabled: false,
22        },
23        java: {
24            sdk_version: "module_current",
25            enabled: false,
26        },
27    },
28    versions_with_info: [
29        {
30            version: "1",
31            imports: [],
32        },
33    ],
34}
35