xref: /aosp_15_r20/hardware/interfaces/wifi/hostapd/aidl/vts/functional/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1package {
2    default_team: "trendy_team_fwk_wifi_hal",
3    // 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
11cc_test {
12    name: "VtsHalHostapdTargetTest",
13    defaults: [
14        "VtsHalTargetTestDefaults",
15        "use_libaidlvintf_gtest_helper_static",
16    ],
17    srcs: ["VtsHalHostapdTargetTest.cpp"],
18    shared_libs: [
19        "libbinder",
20        "libbinder_ndk",
21        "libvndksupport",
22    ],
23    static_libs: [
24        "android.hardware.wifi.hostapd-V3-ndk",
25        "VtsHalWifiV1_0TargetTestUtil",
26        "VtsHalWifiV1_5TargetTestUtil",
27        "VtsHalWifiV1_6TargetTestUtil",
28        "VtsHalWifiHostapdV1_0TargetTestUtil",
29        "[email protected]",
30        "[email protected]",
31        "[email protected]",
32        "[email protected]",
33        "[email protected]",
34        "[email protected]",
35        "[email protected]",
36        "[email protected]",
37        "[email protected]",
38        "[email protected]",
39        "[email protected]",
40        "android.hardware.wifi.common-V2-ndk",
41        "android.hardware.wifi-V3-ndk",
42        "libwifi-system",
43        "libwifi-system-iface",
44        "VtsHalWifiTargetTestUtil",
45    ],
46    test_suites: [
47        "general-tests",
48        "vts",
49    ],
50}
51