blob: 49e0b8aa3a961ca22ab767a5aa70dd7ffd1597d9 [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.
#
# WARNING: This file was machine-generated from previous json files and
# will eventually be deleted.
group("all") {
# The buildbot groups are not allowed to add platform features, only tests and
# tools.
assert_no_deps = [ "//bundles/platform/*" ]
testonly = true
public_deps = [
":bluetooth_a2dp",
":bluetooth_all",
":bluetooth_avrcp",
":bluetooth_core",
":bluetooth_hci",
":bluetooth_intel",
":bluetooth_profiles",
":cmdutils",
":cobalt_client",
":cpuperf",
":debug_agent",
":far",
":telephony",
":terminal",
":tiles",
":tracing",
"//src/connectivity/network/mdns/bundles:services",
"//src/connectivity/network/mdns/bundles:utils",
"//src/connectivity/telephony/drivers",
"//src/connectivity/wlan:packages",
"//src/connectivity/wlan:tools",
"//src/fonts",
"//src/power:battery",
"//src/zircon/bin/hwstress",
"//third_party/sbase:sbase-pkgs",
]
}
group("bluetooth_a2dp") {
testonly = true
public_deps = [ "//src/connectivity/bluetooth/profiles/bt-a2dp" ]
}
group("bluetooth_all") {
testonly = true
public_deps = [
":bluetooth_core",
":bluetooth_hci",
":bluetooth_intel",
":bluetooth_profiles",
]
}
group("bluetooth_avrcp") {
testonly = true
public_deps = [ "//src/connectivity/bluetooth/profiles/bt-avrcp" ]
}
group("bluetooth_core") {
public_deps = [
"//src/connectivity/bluetooth/core/bt-gap",
"//src/connectivity/bluetooth/core/bt-init",
"//src/connectivity/bluetooth/tools/bt-snoop",
]
}
group("bluetooth_hci") {
testonly = true
public_deps = [ "//src/connectivity/bluetooth/hci/passthrough" ]
}
group("bluetooth_intel") {
testonly = true
public_deps = [
":bluetooth_hci",
"//src/connectivity/bluetooth/hci/vendor/intel",
]
}
group("bluetooth_profiles") {
testonly = true
public_deps = [
":bluetooth_a2dp",
":bluetooth_avrcp",
]
}
group("cmdutils") {
testonly = true
public_deps = [
"//examples/cowsay",
"//src/zircon/bin/hwstress",
"//src/zircon/bin/time",
"//src/zircon/bin/uname",
"//third_party/sbase:sbase-pkgs",
]
}
group("cobalt_client") {
testonly = true
public_deps = [
"//src/cobalt/bin/app:cobalt",
"//src/cobalt/bin/system-metrics:cobalt_system_metrics",
]
}
group("cpuperf") {
testonly = true
public_deps = [
"//src/performance/cpuperf",
"//src/performance/cpuperf/print:host_cpuperf_print",
]
}
group("debug_agent") {
testonly = true
public_deps = [ "//src/developer/debug/debug_agent" ]
}
group("far") {
testonly = true
public_deps = [
"//src/sys/pkg/bin/far",
"//src/sys/pkg/bin/far:host",
]
}
group("telephony") {
testonly = true
public_deps = [
"//src/connectivity/telephony/drivers/qmi-fake-transport:fake_qmi_driver",
"//src/connectivity/telephony/drivers/qmi-usb-transport",
]
}
group("terminal") {
testonly = true
public_deps = [ "//src/ui/bin/terminal" ]
}
group("tiles") {
testonly = true
public_deps = [ "//src/ui/tools/tiles" ]
}
group("tracing") {
testonly = true
public_deps = [
"//src/performance/trace",
"//src/performance/trace2json",
"//src/performance/traceutil",
]
}
group("wlan_fullmac_core_drivers") {
public_deps = [
"//src/connectivity/wlan/drivers/wlanif",
"//src/connectivity/wlan/drivers/wlanphy:wlanphy",
]
}
group("wlan_softmac_core_drivers") {
public_deps = [
"//src/connectivity/wlan/drivers/wlanphy:wlanphy",
"//src/connectivity/wlan/drivers/wlansoftmac",
]
}
group("wifi_intel") {
public_deps = [
":wlan_softmac_core_drivers",
"//src/connectivity/wlan/drivers/third_party/intel/iwlwifi:iwlwifi",
]
}