blob: 930fcd387735f8b8d0fd78a6d9729383cb3743ec [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/ril-qmi",
"//src/connectivity/telephony/telephony",
"//src/connectivity/telephony/tools/qmi-snoop",
"//src/connectivity/telephony/tools/ril-ctl",
]
}
group("drivers") {
testonly = true
public_deps = [
"//src/connectivity/telephony/drivers/qmi-usb-transport",
]
}