Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 1 | // Copyright 2021 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | package { |
| 16 | // See: http://go/android-license-faq |
| 17 | // A large-scale-change added 'default_applicable_licenses' to import |
| 18 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 19 | // to get the below license kinds: |
| 20 | // SPDX-license-identifier-Apache-2.0 |
| 21 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 22 | } |
| 23 | |
| 24 | cc_test { |
| 25 | name: "VtsHalRadioTargetTest", |
| 26 | defaults: [ |
| 27 | "VtsHalTargetTestDefaults", |
| 28 | "use_libaidlvintf_gtest_helper_static", |
| 29 | ], |
Chih-Hung Hsieh | ad1bf31 | 2022-02-17 21:56:13 -0800 | [diff] [blame] | 30 | tidy_timeout_srcs: [ |
| 31 | "radio_messaging_test.cpp", |
| 32 | "radio_network_test.cpp", |
| 33 | "radio_sim_test.cpp", |
| 34 | "radio_voice_test.cpp", |
| 35 | ], |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 36 | srcs: [ |
| 37 | "radio_aidl_hal_utils.cpp", |
Sarah Chin | c83bce4 | 2021-12-29 00:35:12 -0800 | [diff] [blame] | 38 | "radio_config_indication.cpp", |
| 39 | "radio_config_response.cpp", |
| 40 | "radio_config_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 41 | "radio_data_indication.cpp", |
| 42 | "radio_data_response.cpp", |
| 43 | "radio_data_test.cpp", |
Hunsuk Choi | 9d4f38c | 2021-12-16 21:50:04 +0000 | [diff] [blame] | 44 | "radio_ims_indication.cpp", |
| 45 | "radio_ims_response.cpp", |
| 46 | "radio_ims_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 47 | "radio_messaging_indication.cpp", |
| 48 | "radio_messaging_response.cpp", |
| 49 | "radio_messaging_test.cpp", |
| 50 | "radio_modem_indication.cpp", |
| 51 | "radio_modem_response.cpp", |
| 52 | "radio_modem_test.cpp", |
| 53 | "radio_network_indication.cpp", |
| 54 | "radio_network_response.cpp", |
| 55 | "radio_network_test.cpp", |
Pomai Ahlo | dc1e619 | 2022-12-12 13:58:55 -0800 | [diff] [blame] | 56 | "radio_sap_callback.cpp", |
| 57 | "radio_sap_test.cpp", |
Thomas Nguyen | 7ea5df6 | 2022-11-28 16:41:46 -0800 | [diff] [blame] | 58 | "radio_satellite_indication.cpp", |
| 59 | "radio_satellite_response.cpp", |
| 60 | "radio_satellite_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 61 | "radio_sim_indication.cpp", |
| 62 | "radio_sim_response.cpp", |
| 63 | "radio_sim_test.cpp", |
| 64 | "radio_voice_indication.cpp", |
| 65 | "radio_voice_response.cpp", |
| 66 | "radio_voice_test.cpp", |
| 67 | "VtsHalRadioTargetTest.cpp", |
| 68 | ], |
| 69 | shared_libs: [ |
| 70 | "libbinder_ndk", |
| 71 | "libvintf", |
| 72 | ], |
| 73 | static_libs: [ |
Sarah Chin | ef437d9 | 2022-11-17 09:41:48 -0800 | [diff] [blame] | 74 | "android.hardware.radio-V2-ndk", |
| 75 | "android.hardware.radio.config-V2-ndk", |
| 76 | "android.hardware.radio.data-V2-ndk", |
Hunsuk Choi | 9d4f38c | 2021-12-16 21:50:04 +0000 | [diff] [blame] | 77 | "android.hardware.radio.ims-V1-ndk", |
Sarah Chin | ef437d9 | 2022-11-17 09:41:48 -0800 | [diff] [blame] | 78 | "android.hardware.radio.messaging-V2-ndk", |
Sarah Chin | 1044308 | 2022-11-15 13:27:10 -0800 | [diff] [blame] | 79 | "android.hardware.radio.modem-V2-ndk", |
Hunsuk Choi | 60d28d2 | 2022-09-06 06:02:05 +0000 | [diff] [blame] | 80 | "android.hardware.radio.network-V2-ndk", |
Pomai Ahlo | dc1e619 | 2022-12-12 13:58:55 -0800 | [diff] [blame] | 81 | "android.hardware.radio.sap-V1-ndk", |
Thomas Nguyen | 7ea5df6 | 2022-11-28 16:41:46 -0800 | [diff] [blame] | 82 | "android.hardware.radio.satellite-V1-ndk", |
Sarah Chin | ef437d9 | 2022-11-17 09:41:48 -0800 | [diff] [blame] | 83 | "android.hardware.radio.sim-V2-ndk", |
| 84 | "android.hardware.radio.voice-V2-ndk", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 85 | ], |
Sarah Chin | 0623bdd | 2022-02-16 11:09:26 -0800 | [diff] [blame] | 86 | test_suites: [ |
| 87 | "general-tests", |
| 88 | "vts", |
| 89 | ], |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 90 | } |