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 { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 16 | default_team: "trendy_team_fwk_telephony", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 17 | // See: http://go/android-license-faq |
| 18 | // A large-scale-change added 'default_applicable_licenses' to import |
| 19 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 20 | // to get the below license kinds: |
| 21 | // SPDX-license-identifier-Apache-2.0 |
| 22 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 23 | } |
| 24 | |
| 25 | cc_test { |
| 26 | name: "VtsHalRadioTargetTest", |
| 27 | defaults: [ |
| 28 | "VtsHalTargetTestDefaults", |
| 29 | "use_libaidlvintf_gtest_helper_static", |
| 30 | ], |
Chih-Hung Hsieh | ad1bf31 | 2022-02-17 21:56:13 -0800 | [diff] [blame] | 31 | tidy_timeout_srcs: [ |
| 32 | "radio_messaging_test.cpp", |
| 33 | "radio_network_test.cpp", |
| 34 | "radio_sim_test.cpp", |
| 35 | "radio_voice_test.cpp", |
| 36 | ], |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 37 | srcs: [ |
| 38 | "radio_aidl_hal_utils.cpp", |
Sarah Chin | c83bce4 | 2021-12-29 00:35:12 -0800 | [diff] [blame] | 39 | "radio_config_indication.cpp", |
| 40 | "radio_config_response.cpp", |
| 41 | "radio_config_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 42 | "radio_data_indication.cpp", |
| 43 | "radio_data_response.cpp", |
| 44 | "radio_data_test.cpp", |
Hunsuk Choi | 9d4f38c | 2021-12-16 21:50:04 +0000 | [diff] [blame] | 45 | "radio_ims_indication.cpp", |
| 46 | "radio_ims_response.cpp", |
| 47 | "radio_ims_test.cpp", |
Helen | e4af3c6 | 2023-01-02 04:26:31 +0000 | [diff] [blame] | 48 | "radio_imsmedia_listener.cpp", |
| 49 | "radio_imsmedia_session_listener.cpp", |
| 50 | "radio_imsmedia_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 51 | "radio_messaging_indication.cpp", |
| 52 | "radio_messaging_response.cpp", |
| 53 | "radio_messaging_test.cpp", |
| 54 | "radio_modem_indication.cpp", |
| 55 | "radio_modem_response.cpp", |
| 56 | "radio_modem_test.cpp", |
| 57 | "radio_network_indication.cpp", |
| 58 | "radio_network_response.cpp", |
| 59 | "radio_network_test.cpp", |
Pomai Ahlo | dc1e619 | 2022-12-12 13:58:55 -0800 | [diff] [blame] | 60 | "radio_sap_callback.cpp", |
| 61 | "radio_sap_test.cpp", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 62 | "radio_sim_indication.cpp", |
| 63 | "radio_sim_response.cpp", |
| 64 | "radio_sim_test.cpp", |
| 65 | "radio_voice_indication.cpp", |
| 66 | "radio_voice_response.cpp", |
| 67 | "radio_voice_test.cpp", |
| 68 | "VtsHalRadioTargetTest.cpp", |
| 69 | ], |
joonhunshin | d519aea | 2023-10-31 03:06:54 +0000 | [diff] [blame] | 70 | header_libs: [ |
| 71 | "jni_headers", |
| 72 | ], |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 73 | shared_libs: [ |
| 74 | "libbinder_ndk", |
| 75 | "libvintf", |
joonhunshin | d519aea | 2023-10-31 03:06:54 +0000 | [diff] [blame] | 76 | "server_configurable_flags", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 77 | ], |
| 78 | static_libs: [ |
Steven Moreland | 771b5c1 | 2023-04-11 21:27:15 +0000 | [diff] [blame] | 79 | "android.hardware.radio-V3-ndk", |
| 80 | "android.hardware.radio.config-V3-ndk", |
| 81 | "android.hardware.radio.data-V3-ndk", |
| 82 | "android.hardware.radio.ims-V2-ndk", |
| 83 | "android.hardware.radio.ims.media-V2-ndk", |
| 84 | "android.hardware.radio.messaging-V3-ndk", |
| 85 | "android.hardware.radio.modem-V3-ndk", |
| 86 | "android.hardware.radio.network-V3-ndk", |
Pomai Ahlo | dc1e619 | 2022-12-12 13:58:55 -0800 | [diff] [blame] | 87 | "android.hardware.radio.sap-V1-ndk", |
Steven Moreland | 771b5c1 | 2023-04-11 21:27:15 +0000 | [diff] [blame] | 88 | "android.hardware.radio.sim-V3-ndk", |
| 89 | "android.hardware.radio.voice-V3-ndk", |
joonhunshin | d519aea | 2023-10-31 03:06:54 +0000 | [diff] [blame] | 90 | "telephony_flags_c_lib", |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 91 | ], |
Sarah Chin | 0623bdd | 2022-02-16 11:09:26 -0800 | [diff] [blame] | 92 | test_suites: [ |
| 93 | "general-tests", |
| 94 | "vts", |
| 95 | ], |
Sarah Chin | fc5603b | 2021-12-21 11:34:00 -0800 | [diff] [blame] | 96 | } |