blob: 0813a3f91364cdc8c75e4f417e9b88a6c3527d5f [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("telephony") {
testonly = true
public_deps = [
"//src/connectivity/telephony/config",
"//src/connectivity/telephony/modem-mgr",
"//src/connectivity/telephony/ril-qmi",
"//src/connectivity/telephony/tools/ril-ctl",
]
}
group("drivers") {
testonly = true
public_deps = [
"//src/connectivity/telephony/drivers/qmi-usb-transport",
]
}