blob: 44136efc3e4d8ffc73521ec2d782fc0f848ce4c6 [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.
# WARNING: Known to topaz.
group("scenic") {
testonly = true
public_deps = [
"//src/ui/tools:gltf_export",
"//src/ui/tools:input",
"//src/ui/tools:present_view",
"//src/ui/tools:print_input",
"//src/ui/tools:screencap",
"//src/ui/tools:set_renderer_params",
"//src/ui/tools:snapshot",
]
}
group("system_monitor") {
testonly = true
public_deps = [
"//garnet/bin/system_monitor/dockyard_host:host_tools",
"//garnet/bin/system_monitor/harvester:system_monitor_harvester",
]
}
group("fidl_tools") {
testonly = true
public_deps = [
":gidl",
"//garnet/go/src/fidl",
"//tools/fidlgen_llcpp_zircon",
]
}
group("all") {
testonly = true
public_deps = [
":banjo_toolchain",
":bluetooth",
":boringssl",
":crashpad_database_util",
":cs",
":curl",
":fidl_tools",
":fidlmerge",
":iperf",
":magma",
":runmany",
":scenic",
# TODO(fxb/36227): sl4f is explicitly excluded here, we can consider adding it back once it
# migrates off 'deprecated-shell'
":system_monitor",
":tiles",
":whereiscl",
"//src/connectivity/network/dhcpd-cli",
"//src/connectivity/network/netstack:tools",
"//src/connectivity/wlan:tools",
"//src/sys/locate",
]
}
group("iperf") {
testonly = true
public_deps = [ "//third_party/iperf" ]
}
group("crashpad_database_util") {
testonly = true
public_deps = [ "//third_party/crashpad:crashpad_database_util" ]
}
group("runmany") {
testonly = true
public_deps = [ "//garnet/bin/runmany" ]
}
group("curl") {
testonly = true
public_deps = [ "//third_party/curl" ]
}
group("tiles") {
testonly = true
public_deps = [ "//src/ui/tools/tiles_ctl" ]
}
group("magma") {
testonly = true
public_deps = [ "//garnet/lib/magma:magma-tools" ]
}
# WARNING: Known to infrastructure.
group("sl4f") {
testonly = true
public_deps = [ "//garnet/bin/sl4f" ]
}
group("bluetooth") {
testonly = true
public_deps = [
"//src/connectivity/bluetooth/hci/emulator",
"//src/connectivity/bluetooth/tools",
"//src/connectivity/bluetooth/tools/bt-snoop",
]
}
group("banjo_toolchain") {
testonly = true
public_deps = [ "//src/devices/tools/banjo:banjo_bin" ]
}
group("cs") {
testonly = true
public_deps = [ "//garnet/bin/cs" ]
}
group("fidlmerge") {
testonly = true
public_deps = [ "//garnet/go/src/fidlmerge:host" ]
}
group("gidl") {
testonly = true
public_deps = [ "//tools/fidl/gidl:host" ]
}
group("boringssl") {
testonly = true
public_deps = [ "//third_party/boringssl:boringssl_tool" ]
}
group("whereiscl") {
testonly = true
public_deps = [ "//tools/whereiscl:host($host_toolchain)" ]
}