| # 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. |
| |
| import("//build/dart/fidl_move.gni") |
| |
| # The tests listed in this target will be built by the default build. |
| group("tests") { |
| testonly = true |
| |
| deps = [ |
| "fidl:tests", |
| "sdk:tests", |
| "tools:tests", |
| "tracer:tests", |
| "zbi:tests", |
| ] |
| } |
| |
| group("deprecated_package") { |
| # ________ _________ ________ ________ |
| # |\ ____\|\___ ___\\ __ \|\ __ \ |
| # \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \ |
| # \ \_____ \ \ \ \ \ \ \\\ \ \ ____\ |
| # \|____|\ \ \ \ \ \ \ \\\ \ \ \___| |
| # ____\_\ \ \ \__\ \ \_______\ \__\ |
| # |\_________\ \|__| \|_______|\|__| |
| # \|_________| |
| # This is an allowlist of uses of the legacy package() template. |
| # |
| # The new templates and their many benefits are thoroughly documented here: |
| # https://fuchsia.dev/fuchsia-src/development/components/build |
| # |
| # Please don't add new usages of legacy package(). |
| # Please do use the new templates for new targets. |
| # Please do migrate existing targets to the new templates. |
| # Please do tag your migrations with: fxbug.dev/65068 |
| # |
| # Maintainers will accept changes to the allowlist below that support |
| # refactors, such as moving a legacy target to a different directory. |
| driver_package_users = [ "//src/connectivity/ethernet/drivers/rndis-host" ] |
| |
| shell_true_users = [ |
| "//src/connectivity/management/network-manager-cli", |
| "//src/connectivity/network/dhcpd-cli", |
| "//src/connectivity/network/mdns/util:mdns-util", |
| "//src/connectivity/network/net-cli", |
| "//src/connectivity/network/netdump", |
| "//src/connectivity/network/netstack:tools", |
| "//src/connectivity/network/netstack/tests/manual:netstack-manual-tests", |
| "//src/connectivity/network/tools/nc", |
| "//src/connectivity/network/tools/sockscripter:package", |
| "//third_party/network-conformance/vendor/MNTCPApp:mntcpapp", |
| "//third_party/network-conformance/vendor/UDPStub:udpstub", |
| ] |
| |
| non_default_checkout_users = [ |
| # This git repo is only checked out when the vulkan-cts attribute is set. |
| "//third_party/vulkan-cts/fuchsia/*", |
| "//third_party/vulkan-cts/fuchsia/split-cts/*", |
| ] |
| |
| visibility = |
| driver_package_users + shell_true_users + non_default_checkout_users |
| |
| # To regenerate: |
| # fx gn refs $(fx get-build-dir) //build:deprecated_package | sed -E 's|([^:]*):.*|"\1\/*",|g' | sed 's|.*//vendor/.*|"//vendor/*",|' | sort | uniq |
| visibility += [ |
| "//build/images/*", |
| "//build/images/guest/*", |
| "//build/images/overnet/*", |
| "//build/images/recovery/*", |
| "//build/info/*", |
| "//examples/cowsay/*", |
| "//examples/criterion_bench/*", |
| "//examples/diagnostics/inspect/codelab/cpp/*", |
| "//examples/diagnostics/inspect/codelab/rust/*", |
| "//examples/diagnostics/inspect/cpp/*", |
| "//examples/diagnostics/inspect/rust-ergonomic/*", |
| "//examples/diagnostics/inspect/rust-vmo/*", |
| "//examples/diagnostics/inspect/rust/*", |
| "//examples/dotmatrix_display/*", |
| "//examples/fidl/go/client/*", |
| "//examples/fidl/go/request_pipelining/client/*", |
| "//examples/fidl/go/request_pipelining/server/*", |
| "//examples/fidl/go/server/*", |
| "//examples/fortune/*", |
| "//examples/fuzzers/rust/*", |
| "//examples/hello_world/cpp/*", |
| "//examples/intl/tz_version_parrot/*", |
| "//examples/intl/tz_version_parrot/test/*", |
| "//examples/isolated_cache/*", |
| "//examples/rolldice/*", |
| "//examples/rust/*", |
| "//examples/rust/eth-rs/*", |
| "//examples/rust/rust_static_linking/*", |
| "//examples/rust/staticlib/*", |
| "//examples/speech/tts/speak/*", |
| "//examples/tests/*", |
| "//garnet/bin/catapult_converter/*", |
| "//garnet/bin/cpuperf/*", |
| "//garnet/bin/cpuperf/tests/*", |
| "//garnet/bin/cpuperf_provider/*", |
| "//garnet/bin/glob/*", |
| "//garnet/bin/hwstress/*", |
| "//garnet/bin/insntrace/*", |
| "//garnet/bin/insntrace/tests/*", |
| "//garnet/bin/ktrace_provider/*", |
| "//garnet/bin/log_listener/*", |
| "//garnet/bin/network_settings_server/*", |
| "//garnet/bin/odu/*", |
| "//garnet/bin/run_test_component/*", |
| "//garnet/bin/run_test_component/test/*", |
| "//garnet/bin/sched/*", |
| "//garnet/bin/setui/*", |
| "//garnet/bin/setui_client/*", |
| "//garnet/bin/sshd-host/*", |
| "//garnet/bin/sysmem_connector/*", |
| "//garnet/bin/terminal/*", |
| "//garnet/bin/test_runner/*", |
| "//garnet/bin/time/*", |
| "//garnet/bin/timezone/*", |
| "//garnet/bin/timezone/test/*", |
| "//garnet/bin/trace/*", |
| "//garnet/bin/trace/tests/*", |
| "//garnet/bin/trace_manager/*", |
| "//garnet/bin/trace_manager/tests/*", |
| "//garnet/bin/trace_stress/*", |
| "//garnet/bin/ui/benchmarks/image_grid_cpp/*", |
| "//garnet/bin/ui/benchmarks/transparency_benchmark/*", |
| "//garnet/bin/uname/*", |
| "//garnet/bin/vsock_service/*", |
| "//garnet/bin/wayland/*", |
| "//garnet/examples/benchmark/*", |
| "//garnet/examples/components/*", |
| "//garnet/examples/fidl/echo_client_cpp/*", |
| "//garnet/examples/fidl/echo_client_cpp_synchronous/*", |
| "//garnet/examples/fidl/echo_client_go/*", |
| "//garnet/examples/fidl/echo_client_llcpp/*", |
| "//garnet/examples/fidl/echo_client_rust/*", |
| "//garnet/examples/fidl/echo_client_rust_synchronous/*", |
| "//garnet/examples/fidl/echo_server_c/*", |
| "//garnet/examples/fidl/echo_server_cpp/*", |
| "//garnet/examples/fidl/echo_server_go/*", |
| "//garnet/examples/fidl/echo_server_llcpp/*", |
| "//garnet/examples/http/httpget_cpp/*", |
| "//garnet/examples/http/httpget_rust/*", |
| "//garnet/examples/http/postfile/*", |
| "//garnet/examples/intl/manager/*", |
| "//garnet/examples/intl/wisdom/cpp/*", |
| "//garnet/examples/intl/wisdom/rust/*", |
| "//garnet/examples/intl/wisdom/rust/client/*", |
| "//garnet/examples/intl/wisdom/rust/server/*", |
| "//garnet/examples/intl/wisdom/tests/*", |
| "//garnet/examples/tcp/tcp_file_sender/*", |
| "//garnet/go/src/benchmarking/*", |
| "//garnet/go/src/device_settings/*", |
| "//garnet/go/src/go-tuf/*", |
| "//garnet/go/src/inspect/*", |
| "//garnet/go/src/merkle/*", |
| "//garnet/go/src/thinfs/*", |
| "//garnet/lib/perfmon/*", |
| "//garnet/lib/process/*", |
| "//garnet/lib/profiler/tests/*", |
| "//garnet/lib/rust/escaped-cstring/*", |
| "//garnet/lib/rust/files_async/*", |
| "//garnet/lib/rust/io_util/*", |
| "//garnet/lib/rust/netfilter/*", |
| "//garnet/lib/rust/sysconfig-client/*", |
| "//garnet/lib/rust/webpki-roots-fuchsia/*", |
| "//garnet/lib/trace_converters/*", |
| "//garnet/public/lib/fostr/*", |
| "//sdk/lib/fuzzing/cpp/*", |
| "//sdk/lib/inspect/contrib/cpp/*", |
| "//sdk/lib/inspect/contrib/cpp/tests/*", |
| "//sdk/lib/inspect/service/cpp/tests/*", |
| "//sdk/lib/media/cpp/*", |
| "//sdk/lib/modular/cpp/*", |
| "//sdk/lib/modular/testing/cpp/*", |
| "//sdk/lib/procfs/cpp/*", |
| "//sdk/lib/svc/*", |
| "//sdk/lib/sys/cpp/testing/environment_delegating_runner/*", |
| "//sdk/lib/sys/cpp/testing/examples/*", |
| "//sdk/lib/sys/cpp/testing/examples/test_with_environment/*", |
| "//sdk/lib/sys/cpp/tests/*", |
| "//sdk/lib/sys/inspect/cpp/tests/*", |
| "//sdk/lib/sys/service/cpp/*", |
| "//sdk/lib/syslog/cpp/*", |
| "//sdk/lib/syslog/streams/cpp/*", |
| "//sdk/lib/ui/scenic/cpp/tests/*", |
| "//sdk/lib/vfs/cpp/*", |
| "//sdk/lib/virtualization/*", |
| "//src/bringup/bin/pwrbtn-monitor/test/*", |
| "//src/camera/*", |
| "//src/camera/bin/camera-gym/*", |
| "//src/camera/bin/device/*", |
| "//src/camera/bin/device_watcher/*", |
| "//src/camera/bin/factory/*", |
| "//src/camera/bin/factory_cli/*", |
| "//src/camera/drivers/bus/aml_mipicsi/*", |
| "//src/camera/drivers/controller/luis/*", |
| "//src/camera/drivers/controller/sherlock/*", |
| "//src/camera/drivers/hw_accel/gdc/*", |
| "//src/camera/drivers/hw_accel/ge2d/*", |
| "//src/camera/drivers/sensors/imx227/*", |
| "//src/camera/drivers/usb_video/*", |
| "//src/chromium/web_runner_tests/*", |
| "//src/cobalt/bin/*", |
| "//src/cobalt/bin/app/*", |
| "//src/cobalt/bin/system-metrics/*", |
| "//src/cobalt/bin/testing/mock_cobalt/*", |
| "//src/connectivity/bluetooth/core/bt-gap/*", |
| "//src/connectivity/bluetooth/core/bt-host/*", |
| "//src/connectivity/bluetooth/core/bt-init/*", |
| "//src/connectivity/bluetooth/examples/*", |
| "//src/connectivity/bluetooth/hci/emulator/*", |
| "//src/connectivity/bluetooth/hci/lib/*", |
| "//src/connectivity/bluetooth/hci/passthrough/*", |
| "//src/connectivity/bluetooth/hci/vendor/atheros/*", |
| "//src/connectivity/bluetooth/hci/vendor/broadcom/*", |
| "//src/connectivity/bluetooth/hci/vendor/intel/*", |
| "//src/connectivity/bluetooth/hci/vendor/mediatek/*", |
| "//src/connectivity/bluetooth/lib/fuchsia-audio-codec/*", |
| "//src/connectivity/bluetooth/lib/fuchsia-audio-device-output/*", |
| "//src/connectivity/bluetooth/lib/fuchsia-bluetooth/*", |
| "//src/connectivity/bluetooth/profiles/bt-a2dp-manager/*", |
| "//src/connectivity/bluetooth/profiles/bt-a2dp-sink/*", |
| "//src/connectivity/bluetooth/profiles/bt-a2dp-source/*", |
| "//src/connectivity/bluetooth/profiles/bt-hog/*", |
| "//src/connectivity/bluetooth/tests/*", |
| "//src/connectivity/bluetooth/tests/bt-profile-test-server/*", |
| "//src/connectivity/bluetooth/tools/bt-avdtp-tool/*", |
| "//src/connectivity/bluetooth/tools/bt-avrcp-controller/*", |
| "//src/connectivity/bluetooth/tools/bt-bredr-profile/*", |
| "//src/connectivity/bluetooth/tools/bt-cli/*", |
| "//src/connectivity/bluetooth/tools/bt-fct-hci/*", |
| "//src/connectivity/bluetooth/tools/bt-hci-emulator/*", |
| "//src/connectivity/bluetooth/tools/bt-hci-tool/*", |
| "//src/connectivity/bluetooth/tools/bt-intel-tool/*", |
| "//src/connectivity/bluetooth/tools/bt-le-central/*", |
| "//src/connectivity/bluetooth/tools/bt-le-peripheral/*", |
| "//src/connectivity/bluetooth/tools/bt-pairing-tool/*", |
| "//src/connectivity/bluetooth/tools/bt-snoop-cli/*", |
| "//src/connectivity/bluetooth/tools/bt-snoop/*", |
| "//src/connectivity/bluetooth/tools/tests/bt-tool-cli-tests/*", |
| "//src/connectivity/location/emergency/*", |
| "//src/connectivity/location/regulatory_region/*", |
| "//src/connectivity/location/regulatory_region/tests/*", |
| "//src/connectivity/lowpan/drivers/lowpan-dummy-driver/*", |
| "//src/connectivity/lowpan/drivers/lowpan-spinel-driver/*", |
| "//src/connectivity/lowpan/drivers/spinel_spi_driver/*", |
| "//src/connectivity/lowpan/lib/lowpan_driver_common/*", |
| "//src/connectivity/lowpan/lib/spinel_pack/*", |
| "//src/connectivity/lowpan/service/*", |
| "//src/connectivity/lowpan/tests/*", |
| "//src/connectivity/lowpan/tools/lowpanctl/*", |
| "//src/connectivity/openthread/drivers/ot-radio/*", |
| "//src/connectivity/openthread/tests/fake-drivers/fake-ot-radio/*", |
| "//src/connectivity/openthread/tests/test-components/*", |
| "//src/connectivity/openthread/third_party/openthread/platform/tests/*", |
| "//src/connectivity/overnet/tools/debug-serial/*", |
| "//src/connectivity/overnet/tools/onet/*", |
| "//src/connectivity/ppp/drivers/serial-ppp/*", |
| "//src/connectivity/ppp/lib/*", |
| "//src/connectivity/ppp/lib/ppp_packet/*", |
| "//src/connectivity/ppp/lib/ppp_protocol/*", |
| "//src/connectivity/telephony/drivers/qmi-fake-transport/*", |
| "//src/connectivity/telephony/drivers/qmi-usb-transport/*", |
| "//src/connectivity/telephony/ril-at/*", |
| "//src/connectivity/telephony/ril-qmi/*", |
| "//src/connectivity/telephony/telephony-snooper/*", |
| "//src/connectivity/telephony/telephony/*", |
| "//src/connectivity/telephony/tests/fake-drivers/at-fake-transport/*", |
| "//src/connectivity/telephony/tests/fake-drivers/usb-qmi-function/*", |
| "//src/connectivity/telephony/tools/ril-ctl/*", |
| "//src/connectivity/telephony/tools/tel-snoop-cli/*", |
| "//src/connectivity/weave/weavestack/*", |
| "//src/connectivity/wlan/drivers/realtek/rtl88xx/*", |
| "//src/connectivity/wlan/drivers/testing/lib/sim-device/test/*", |
| "//src/connectivity/wlan/drivers/testing/lib/sim-env/test/*", |
| "//src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/test/*", |
| "//src/connectivity/wlan/drivers/third_party/atheros/ath10k/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/chipset/test/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/msgbuf/test/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sdio/test/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/*", |
| "//src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/test/*", |
| "//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/*", |
| "//src/connectivity/wlan/drivers/third_party/intel/iwlwifi/test/*", |
| "//src/connectivity/wlan/drivers/wlan/*", |
| "//src/connectivity/wlan/drivers/wlanif/*", |
| "//src/connectivity/wlan/drivers/wlanif/test/*", |
| "//src/connectivity/wlan/drivers/wlanphy/*", |
| "//src/connectivity/wlan/lib/bitfield/wlan-bitfield-tests/*", |
| "//src/connectivity/wlan/lib/common/cpp/*", |
| "//src/connectivity/wlan/lib/common/rust/*", |
| "//src/connectivity/wlan/lib/eapol/*", |
| "//src/connectivity/wlan/lib/frame_writer/*", |
| "//src/connectivity/wlan/lib/inspect/*", |
| "//src/connectivity/wlan/lib/mlme/cpp/tests/*", |
| "//src/connectivity/wlan/lib/mlme/rust/*", |
| "//src/connectivity/wlan/lib/mlme/rust/c-binding/*", |
| "//src/connectivity/wlan/lib/rsn/*", |
| "//src/connectivity/wlan/lib/sae/*", |
| "//src/connectivity/wlan/lib/sme/*", |
| "//src/connectivity/wlan/lib/span/*", |
| "//src/connectivity/wlan/lib/stash/*", |
| "//src/connectivity/wlan/lib/statemachine/*", |
| "//src/connectivity/wlan/lib/wep_deprecated/*", |
| "//src/connectivity/wlan/testing/ap-smoke-test/*", |
| "//src/connectivity/wlan/testing/client-smoke-test/*", |
| "//src/connectivity/wlan/testing/client-stress-test/*", |
| "//src/connectivity/wlan/testing/hw-sim/*", |
| "//src/connectivity/wlan/testing/wlan-service-util/*", |
| "//src/connectivity/wlan/testing/wlantap-driver/*", |
| "//src/connectivity/wlan/tools/wlantool/*", |
| "//src/connectivity/wlan/wlancfg/tool/*", |
| "//src/connectivity/wlan/wlanstack/*", |
| "//src/developer/debug/debug_agent/*", |
| "//src/developer/forensics/snapshot/*", |
| "//src/developer/fuchsia-criterion/*", |
| "//src/developer/kcounter_inspect/*", |
| "//src/developer/kcounter_inspect/tests/*", |
| "//src/developer/memory/mem/*", |
| "//src/developer/memory/metrics/tests/*", |
| "//src/developer/memory/monitor/*", |
| "//src/developer/memory/monitor/tests/*", |
| "//src/developer/remote-control/*", |
| "//src/developer/remote-control/diagnostics-bridge/*", |
| "//src/developer/remote-control/runner/*", |
| "//src/developer/shell/*", |
| "//src/developer/shell/interpreter/*", |
| "//src/developer/system_monitor/bin/harvester/*", |
| "//src/developer/tracing/lib/test_utils/*", |
| "//src/devices/bin/register-util/*", |
| "//src/devices/bind/debugger/*", |
| "//src/devices/block/bin/sdio/*", |
| "//src/devices/block/drivers/ahci/*", |
| "//src/devices/block/drivers/aml-sdmmc/*", |
| "//src/devices/block/drivers/core/*", |
| "//src/devices/block/drivers/ftl/tests/*", |
| "//src/devices/block/drivers/fvm/test/*", |
| "//src/devices/block/drivers/gpt/*", |
| "//src/devices/block/drivers/mbr/*", |
| "//src/devices/block/drivers/mtk-sdmmc/*", |
| "//src/devices/block/drivers/sdhci/*", |
| "//src/devices/block/drivers/sdmmc/*", |
| "//src/devices/block/drivers/virtio/*", |
| "//src/devices/block/lib/scsi/tests/*", |
| "//src/devices/board/drivers/mt8167s_ref/*", |
| "//src/devices/board/drivers/nelson/*", |
| "//src/devices/clock/drivers/amlogic-clk/*", |
| "//src/devices/clock/drivers/as370-clk/*", |
| "//src/devices/clock/drivers/msm8x53-clk/*", |
| "//src/devices/clock/drivers/vs680-clk/*", |
| "//src/devices/clock/lib/clocktree/tests/*", |
| "//src/devices/cpu/bin/cpuctl/*", |
| "//src/devices/cpu/drivers/aml-cpu-legacy/*", |
| "//src/devices/cpu/drivers/aml-cpu/*", |
| "//src/devices/gpio/bin/gpioutil/*", |
| "//src/devices/gpio/drivers/aml-axg-gpio/*", |
| "//src/devices/gpio/drivers/as370-gpio/*", |
| "//src/devices/gpio/drivers/gpio/*", |
| "//src/devices/gpio/drivers/mt-8167/*", |
| "//src/devices/gpio/drivers/qcom-gpio/*", |
| "//src/devices/i2c/drivers/dw-i2c/*", |
| "//src/devices/i2c/drivers/i2c/*", |
| "//src/devices/i2c/drivers/mt8167-i2c/*", |
| "//src/devices/lib/as370/tests/*", |
| "//src/devices/lib/dev-operation/*", |
| "//src/devices/lib/dma-buffer/test/*", |
| "//src/devices/lib/mt8167/tests/*", |
| "//src/devices/light-sensor/drivers/ams-light/*", |
| "//src/devices/light-sensor/drivers/lite-on/*", |
| "//src/devices/mcu/drivers/vim3-mcu/*", |
| "//src/devices/misc/drivers/cpu-trace/*", |
| "//src/devices/ml/drivers/aml-nna/*", |
| "//src/devices/nand/bin/nand-util/*", |
| "//src/devices/nand/drivers/aml-rawnand/tests/*", |
| "//src/devices/nand/drivers/cadence-hpnfc/*", |
| "//src/devices/nand/drivers/nand/tests/*", |
| "//src/devices/nand/drivers/nandpart/*", |
| "//src/devices/nand/drivers/skip-block/*", |
| "//src/devices/power/drivers/aml-meson-power/*", |
| "//src/devices/power/drivers/as370-power/*", |
| "//src/devices/power/drivers/msm8x53-power/*", |
| "//src/devices/power/drivers/mtk-power/*", |
| "//src/devices/power/drivers/power/*", |
| "//src/devices/power/drivers/silergy/*", |
| "//src/devices/power/drivers/ti-ina231/*", |
| "//src/devices/power/drivers/vs680-power/*", |
| "//src/devices/pwm/drivers/aml-pwm-init/*", |
| "//src/devices/pwm/drivers/aml-pwm/*", |
| "//src/devices/pwm/drivers/pwm/*", |
| "//src/devices/ram/bin/ram-info/*", |
| "//src/devices/ram/drivers/aml-ram/*", |
| "//src/devices/rtc/lib/rtc/tests/*", |
| "//src/devices/securemem/drivers/aml-securemem/*", |
| "//src/devices/serial/drivers/aml-uart/*", |
| "//src/devices/serial/drivers/serial-async/tests/*", |
| "//src/devices/serial/drivers/serial/tests/*", |
| "//src/devices/serial/drivers/uart16550/*", |
| "//src/devices/shareddma/drivers/syn-dma/*", |
| "//src/devices/spi/drivers/mtk-spi/*", |
| "//src/devices/spi/drivers/spi/*", |
| "//src/devices/sysmem/drivers/sysmem/*", |
| "//src/devices/sysmem/tests/sysmem/*", |
| "//src/devices/tee/drivers/optee/*", |
| "//src/devices/temperature/drivers/shtv3/*", |
| "//src/devices/temperature/drivers/tmp112/*", |
| "//src/devices/testing/fake-bti/test/*", |
| "//src/devices/testing/fake-dma-buffer/test/*", |
| "//src/devices/testing/fake-mmio-reg/test/*", |
| "//src/devices/testing/fake-msi/test/*", |
| "//src/devices/testing/fake-object/test/*", |
| "//src/devices/testing/fake-resource/test/*", |
| "//src/devices/testing/fake_ddk/test/*", |
| "//src/devices/testing/mock-mmio-reg/test/*", |
| "//src/devices/thermal/bin/thermal-cli/*", |
| "//src/devices/thermal/drivers/aml-thermal-s905d2g-legacy/*", |
| "//src/devices/thermal/drivers/aml-thermal-s905d2g/*", |
| "//src/devices/thermal/drivers/aml-thermal-s912/*", |
| "//src/devices/thermal/drivers/as370-thermal/*", |
| "//src/devices/thermal/drivers/mtk-thermal/*", |
| "//src/devices/thermal/drivers/vs680-thermal/*", |
| "//src/devices/usb/bin/lsusb/*", |
| "//src/devices/usb/drivers/aml-usb-phy-v2/*", |
| "//src/devices/usb/drivers/dwc2/*", |
| "//src/devices/usb/drivers/mt-musb-host/*", |
| "//src/devices/usb/drivers/usb-peripheral/*", |
| "//src/devices/usb/drivers/usb-virtual-bus/*", |
| "//src/devices/usb/drivers/xhci-rewrite/*", |
| "//src/devices/usb/lib/usb/tests/*", |
| "//src/devices/usb/tests/usb-hci-test/*", |
| "//src/diagnostics/archivist/bench/*", |
| "//src/diagnostics/archivist/tests/v2/*", |
| "//src/diagnostics/lib/triage/wasm/*", |
| "//src/diagnostics/sampler/*", |
| "//src/diagnostics/wasm/example/*", |
| "//src/experiences/session_shells/ermine/session/*", |
| "//src/factory/factory_store_providers/*", |
| "//src/factory/factoryctl/*", |
| "//src/factory/fake_factory_items/*", |
| "//src/factory/fake_factory_store_providers/*", |
| "//src/fonts/*", |
| "//src/fonts/char_set/*", |
| "//src/fonts/font_info/*", |
| "//src/fonts/manifest/*", |
| "//src/fonts/offset_string/*", |
| "//src/fonts/packages/*", |
| "//src/fonts/tests/integration/*", |
| "//src/fonts/tests/smoke/*", |
| "//src/graphics/bin/vulkan_loader/*", |
| "//src/graphics/display/bin/display-factory-test/*", |
| "//src/graphics/display/drivers/aml-canvas/*", |
| "//src/graphics/display/drivers/amlogic-display/*", |
| "//src/graphics/display/drivers/display/tests/*", |
| "//src/graphics/display/drivers/dsi-dw/*", |
| "//src/graphics/display/drivers/goldfish-display/*", |
| "//src/graphics/display/drivers/intel-i915/*", |
| "//src/graphics/display/drivers/mt8167s-display/*", |
| "//src/graphics/display/drivers/ssd1306/*", |
| "//src/graphics/display/drivers/vim-display/*", |
| "//src/graphics/drivers/aml-gpu/*", |
| "//src/graphics/drivers/misc/goldfish/*", |
| "//src/graphics/drivers/misc/goldfish_address_space/*", |
| "//src/graphics/drivers/misc/goldfish_control/*", |
| "//src/graphics/drivers/msd-img-rgx/tests/integration/*", |
| "//src/graphics/drivers/msd-img-rgx/tests/unit_tests/*", |
| "//src/graphics/drivers/msd-vsi-vip/*", |
| "//src/graphics/drivers/msd-vsi-vip/tests/integration/*", |
| "//src/graphics/drivers/msd-vsi-vip/tests/unit_tests/*", |
| "//src/graphics/drivers/virtio/*", |
| "//src/graphics/examples/vkproto/*", |
| "//src/graphics/examples/vkproto/transaction-elimination-test/*", |
| "//src/graphics/examples/vulkaninfo/*", |
| "//src/graphics/lib/compute/mold/*", |
| "//src/graphics/lib/compute/spinel-rs-sys/*", |
| "//src/graphics/lib/compute/spinel-rs/*", |
| "//src/graphics/lib/compute/surpass/*", |
| "//src/graphics/lib/goldfish-vulkan/gnbuild/*", |
| "//src/graphics/lib/magma/*", |
| "//src/graphics/lib/magma/gnbuild/magma-arm-mali/*", |
| "//src/graphics/lib/magma/gnbuild/magma-img-rgx/*", |
| "//src/graphics/lib/magma/gnbuild/magma-intel-gen/*", |
| "//src/graphics/lib/magma/gnbuild/magma-qcom-adreno/*", |
| "//src/graphics/lib/magma/src/tools/mali-performance-counters/*", |
| "//src/graphics/lib/magma/tests/*", |
| "//src/graphics/lib/magma/tests/icd_strip/*", |
| "//src/graphics/lib/magma/tests/unit_tests/*", |
| "//src/graphics/tests/*", |
| "//src/graphics/tests/benchmark/*", |
| "//src/graphics/tests/goldfish_benchmark/*", |
| "//src/graphics/tests/goldfish_test/*", |
| "//src/graphics/tests/vkvalidation/*", |
| "//src/hwinfo/*", |
| "//src/identity/bin/*", |
| "//src/identity/bin/account_handler/*", |
| "//src/identity/bin/account_manager/*", |
| "//src/identity/bin/dev_auth_provider/*", |
| "//src/identity/bin/dev_authenticator/*", |
| "//src/identity/bin/google_auth_provider/*", |
| "//src/identity/bin/token_manager_factory/*", |
| "//src/identity/lib/*", |
| "//src/identity/tests/account_manager_integration/*", |
| "//src/identity/tests/token_manager_integration/*", |
| "//src/identity/tools/*", |
| "//src/identity/tools/sktool/*", |
| "//src/intl/example/*", |
| "//src/intl/intl_services/*", |
| "//src/intl/intl_services/tests/*", |
| "//src/lib/async-utils/*", |
| "//src/lib/backoff/*", |
| "//src/lib/by_addr/*", |
| "//src/lib/callback/*", |
| "//src/lib/chunked-compression/*", |
| "//src/lib/cmx/*", |
| "//src/lib/cmx/facet_parser/*", |
| "//src/lib/cobalt/*", |
| "//src/lib/component/*", |
| "//src/lib/containers/cpp/*", |
| "//src/lib/cstr/*", |
| "//src/lib/cutex/*", |
| "//src/lib/ddk/tests/*", |
| "//src/lib/ddktl/tests/*", |
| "//src/lib/diagnostics/inspect/rust/bench/*", |
| "//src/lib/diagnostics/stream/cpp/tests/*", |
| "//src/lib/diagnostics/stream/rust/*", |
| "//src/lib/directed_graph/*", |
| "//src/lib/elflib/*", |
| "//src/lib/error/clonable_error/*", |
| "//src/lib/fake-clock/examples/go/*", |
| "//src/lib/fake-clock/lib/*", |
| "//src/lib/fake-clock/svc/*", |
| "//src/lib/fidl/c/*", |
| "//src/lib/fidl_table_validation/fidl_table_validation_tests/*", |
| "//src/lib/files/*", |
| "//src/lib/fsl/*", |
| "//src/lib/fuchsia-async-testloop/test/*", |
| "//src/lib/fuchsia-async/*", |
| "//src/lib/fuchsia-async/cpp/*", |
| "//src/lib/fuchsia-component/component-launching-test/*", |
| "//src/lib/fuchsia-component/isolated_component_test/*", |
| "//src/lib/fuchsia-component/tests/*", |
| "//src/lib/fuchsia-hyper/*", |
| "//src/lib/fuchsia-runtime/*", |
| "//src/lib/fuchsia-url/*", |
| "//src/lib/fuchsia/*", |
| "//src/lib/fxl/*", |
| "//src/lib/http-sse/*", |
| "//src/lib/http-uri-ext/*", |
| "//src/lib/icu_data/rust/icu_data/*", |
| "//src/lib/inet/*", |
| "//src/lib/intl/intl_property_provider_impl/*", |
| "//src/lib/intl/lookup/cpp/*", |
| "//src/lib/intl/lookup/rust/*", |
| "//src/lib/intl/unicode_utils/char_collection/*", |
| "//src/lib/json_parser/*", |
| "//src/lib/line_input/*", |
| "//src/lib/listnode/*", |
| "//src/lib/mapped-vmo/*", |
| "//src/lib/mpmc/*", |
| "//src/lib/mundane/*", |
| "//src/lib/pkg_url/*", |
| "//src/lib/scoped_task/*", |
| "//src/lib/shared-buffer/*", |
| "//src/lib/syslog/go/*", |
| "//src/lib/syslog/rust/*", |
| "//src/lib/syslog/rust/tests/*", |
| "//src/lib/tcp-stream-ext/*", |
| "//src/lib/test_executor/rust/*", |
| "//src/lib/test_util/*", |
| "//src/lib/testing/fuchsia-hyper-test-support/*", |
| "//src/lib/testing/loop_fixture/*", |
| "//src/lib/testing/predicates/*", |
| "//src/lib/timekeeper/*", |
| "//src/lib/trace/rust/*", |
| "//src/lib/ui/*", |
| "//src/lib/ui/base_view/*", |
| "//src/lib/ui/carnelian/*", |
| "//src/lib/ui/fuchsia-framebuffer/*", |
| "//src/lib/ui/input-synthesis/*", |
| "//src/lib/ui/input/*", |
| "//src/lib/uuid/*", |
| "//src/lib/vmo_store/*", |
| "//src/lib/vulkan/tests/*", |
| "//src/lib/waitgroup/*", |
| "//src/lib/watch_handler/*", |
| "//src/lib/zerocopy/*", |
| "//src/lib/zircon/rust/*", |
| "//src/lib/zxc/tests/*", |
| "//src/media/audio/audio_core/*", |
| "//src/media/audio/audio_core/mixer/*", |
| "//src/media/audio/audio_core/mixer/test/*", |
| "//src/media/audio/audio_core/test/api/*", |
| "//src/media/audio/drivers/codecs/alc5663/tests/*", |
| "//src/media/audio/drivers/codecs/max98373/*", |
| "//src/media/audio/drivers/codecs/tas5782/*", |
| "//src/media/audio/drivers/codecs/tas58xx/*", |
| "//src/media/audio/drivers/intel-hda/controller/*", |
| "//src/media/audio/drivers/test/*", |
| "//src/media/audio/drivers/virtual_audio/*", |
| "//src/media/audio/examples/effects/*", |
| "//src/media/audio/examples/fx/*", |
| "//src/media/audio/examples/simple_sine/*", |
| "//src/media/audio/examples/sync_sine/*", |
| "//src/media/audio/examples/tones/*", |
| "//src/media/audio/lib/analysis/*", |
| "//src/media/audio/lib/clock/*", |
| "//src/media/audio/lib/effects_loader/*", |
| "//src/media/audio/lib/format/*", |
| "//src/media/audio/lib/timeline/*", |
| "//src/media/audio/lib/wav/*", |
| "//src/media/audio/tools/audio-capture-timestamp-validator/*", |
| "//src/media/audio/tools/audio-effects-ctl/*", |
| "//src/media/audio/tools/signal_generator/*", |
| "//src/media/audio/tools/virtual_audio_util/*", |
| "//src/media/audio/tools/vol/*", |
| "//src/media/audio/tools/wav_recorder/*", |
| "//src/media/audio/virtual_audio_service/*", |
| "//src/media/codec/*", |
| "//src/media/codec/codecs/test/*", |
| "//src/media/codec/examples/*", |
| "//src/media/codec/factory/*", |
| "//src/media/drivers/amlogic_decoder/*", |
| "//src/media/drivers/amlogic_decoder/tests/runner/*", |
| "//src/media/lib/codec_impl/unit_tests/*", |
| "//src/media/lib/mpsc_queue/*", |
| "//src/media/playback/examples/audio_player/*", |
| "//src/media/playback/mediaplayer/*", |
| "//src/media/sessions/*", |
| "//src/media/sessions/examples/*", |
| "//src/media/sessions/mediasession_cli_tool/*", |
| "//src/media/sounds/example/*", |
| "//src/media/sounds/soundplayer/*", |
| "//src/media/stream_processors/fuchsia-stream-processors/*", |
| "//src/media/stream_processors/test/*", |
| "//src/modular/*", |
| "//src/modular/bin/basemgr/*", |
| "//src/modular/bin/basemgr_launcher/*", |
| "//src/modular/bin/modular_test_harness/*", |
| "//src/modular/bin/sessionctl/*", |
| "//src/modular/bin/sessionmgr/*", |
| "//src/modular/bin/sessionmgr/agent_runner/*", |
| "//src/modular/bin/sessionmgr/puppet_master/*", |
| "//src/modular/bin/sessionmgr/storage/*", |
| "//src/modular/bin/sessionmgr/story_runner/*", |
| "//src/modular/lib/modular_test_harness/cpp/*", |
| "//src/modular/tests/*", |
| "//src/power/battery-manager/*", |
| "//src/power/battery-manager/battery-cli/*", |
| "//src/power/battery-manager/tests/*", |
| "//src/power/power-manager/*", |
| "//src/power/power-manager/rkf45/*", |
| "//src/power/shutdown-shim/tests/*", |
| "//src/power/temperature-logger/*", |
| "//src/power/thermd/*", |
| "//src/recovery/factory_reset/*", |
| "//src/recovery/integration/*", |
| "//src/recovery/system/*", |
| "//src/security/codelab/smart_door/*", |
| "//src/security/codelab/smart_door_memory/*", |
| "//src/security/kms/*", |
| "//src/security/root_ssl_certificates/*", |
| "//src/security/tee_manager/*", |
| "//src/session/bin/component_manager/*", |
| "//src/session/bin/session_manager/*", |
| "//src/session/examples/elements/element_proposer/*", |
| "//src/session/examples/elements/element_session/*", |
| "//src/session/examples/elements/simple_element/*", |
| "//src/session/examples/graphical_session/*", |
| "//src/session/examples/input_session/*", |
| "//src/session/examples/scene_manager_session/*", |
| "//src/session/lib/element_management/*", |
| "//src/session/lib/input/*", |
| "//src/session/lib/realm_management/*", |
| "//src/session/lib/scene_management/*", |
| "//src/session/tests/session_manager/*", |
| "//src/session/tools/session_control/*", |
| "//src/speech/tts/*", |
| "//src/storage/bin/disk-pave/*", |
| "//src/storage/blobfs-corrupt/*", |
| "//src/storage/ext4/lib/*", |
| "//src/storage/ext4/read-only/*", |
| "//src/storage/ext4/server/*", |
| "//src/storage/extractor/*", |
| "//src/storage/factory/export_ffs/*", |
| "//src/storage/volume_image/*", |
| "//src/sys/appmgr:system_data_file", |
| "//src/sys/component_index/*", |
| "//src/sys/component_manager_for_test/*", |
| "//src/sys/component_manager_for_test/tests/*", |
| "//src/sys/component_test_runner/*", |
| "//src/sys/core/*", |
| "//src/sys/device_settings/*", |
| "//src/sys/gtest_v1_runner/*", |
| "//src/sys/gtest_v1_runner/tests/*", |
| "//src/sys/installer/*", |
| "//src/sys/lib/library_loader/*", |
| "//src/sys/locate/*", |
| "//src/sys/pkg/bin/amber/*", |
| "//src/sys/pkg/bin/fake-channel-control/*", |
| "//src/sys/pkg/bin/far/*", |
| "//src/sys/pkg/bin/multi-universal-tool/*", |
| "//src/sys/pkg/bin/omaha-client/*", |
| "//src/sys/pkg/bin/pkg-cache/*", |
| "//src/sys/pkg/bin/pkg-resolver/*", |
| "//src/sys/pkg/bin/pkgctl/*", |
| "//src/sys/pkg/bin/pkgfs/*", |
| "//src/sys/pkg/bin/pm/*", |
| "//src/sys/pkg/bin/system-update-checker/*", |
| "//src/sys/pkg/bin/system-updater/*", |
| "//src/sys/pkg/bin/update/*", |
| "//src/sys/pkg/lib/async-generator/*", |
| "//src/sys/pkg/lib/bounded-node/*", |
| "//src/sys/pkg/lib/event-queue/*", |
| "//src/sys/pkg/lib/fidl-fuchsia-amber-ext/*", |
| "//src/sys/pkg/lib/fidl-fuchsia-update-ext/*", |
| "//src/sys/pkg/lib/fidl-fuchsia-update-installer-ext/*", |
| "//src/sys/pkg/lib/forced-fdr/*", |
| "//src/sys/pkg/lib/fuchsia-pkg-testing/*", |
| "//src/sys/pkg/lib/isolated-swd/*", |
| "//src/sys/pkg/lib/omaha-client/*", |
| "//src/sys/pkg/lib/pkgfs/*", |
| "//src/sys/pkg/testing/mock-installer/*", |
| "//src/sys/pkg/testing/mock-omaha-server/*", |
| "//src/sys/pkg/testing/mock-paver/*", |
| "//src/sys/pkg/testing/mock-reboot/*", |
| "//src/sys/pkg/testing/mock-resolver/*", |
| "//src/sys/pkg/testing/pkgfs-ramdisk/*", |
| "//src/sys/pkg/tests/amberctl/*", |
| "//src/sys/pkg/tests/far/*", |
| "//src/sys/pkg/tests/isolated-ota/*", |
| "//src/sys/pkg/tests/omaha-client/*", |
| "//src/sys/pkg/tests/pkg-cache/*", |
| "//src/sys/pkg/tests/pkg-local-mirror/*", |
| "//src/sys/pkg/tests/pkg-resolver/*", |
| "//src/sys/pkg/tests/pkgctl/*", |
| "//src/sys/pkg/tests/system-update-checker/*", |
| "//src/sys/pkg/tests/system-updater/*", |
| "//src/sys/pkg/tests/update/*", |
| "//src/sys/pkg/tests/usb-system-update-checker/*", |
| "//src/sys/run_test_suite/*", |
| "//src/sys/run_test_suite/tests/*", |
| "//src/sys/stash/*", |
| "//src/sys/stash/tests/*", |
| "//src/sys/test_manager/*", |
| "//src/sys/test_manager/tests/*", |
| "//src/sys/time/lib/httpdate-hyper/*", |
| "//src/sys/time/lib/network_time/*", |
| "//src/sys/time/lib/push-source/*", |
| "//src/sys/time/network_time_service/*", |
| "//src/sys/tools/chrealm/*", |
| "//src/sys/tools/chrealm/integration_tests/*", |
| "//src/sys/tools/cs/*", |
| "//src/sys/tools/cs/tests/*", |
| "//src/sys/tools/log/*", |
| "//src/sys/tools/run/*", |
| "//src/sys/tools/run/test/*", |
| "//src/sys/tools/runmany/*", |
| "//src/sys/tools/stash_ctl/*", |
| "//src/sys/tools/step/*", |
| "//src/testing/fuzzing/syzkaller/*", |
| "//src/testing/loadbench/*", |
| "//src/testing/sl4f/*", |
| "//src/testing/sl4f/proxy/*", |
| "//src/tests/benchmarks/*", |
| "//src/tests/benchmarks/fidl/fidlc/*", |
| "//src/tests/benchmarks/fidl/go/*", |
| "//src/tests/benchmarks/fidl/hlcpp/*", |
| "//src/tests/benchmarks/fidl/lib-fidl/*", |
| "//src/tests/benchmarks/fidl/llcpp/*", |
| "//src/tests/benchmarks/fidl/reference/*", |
| "//src/tests/benchmarks/fidl/rust/*", |
| "//src/tests/benchmarks/fidl/walker/*", |
| "//src/tests/fidl/fidl_go_conformance/*", |
| "//src/tests/intl/timezone/*", |
| "//src/tests/microbenchmarks/*", |
| "//src/ui/a11y/bin/a11y_manager/*", |
| "//src/ui/a11y/bin/a11y_manager/tests/*", |
| "//src/ui/a11y/bin/a11y_tts_log_engine/*", |
| "//src/ui/a11y/bin/a11y_tts_log_engine/tests/*", |
| "//src/ui/a11y/lib/*", |
| "//src/ui/a11y/lib/semantics/tests/*", |
| "//src/ui/backlight/drivers/ti-lp8556/*", |
| "//src/ui/bin/brightness_manager/*", |
| "//src/ui/bin/default_hardware_ime/*", |
| "//src/ui/bin/hardware_display_controller_provider/*", |
| "//src/ui/bin/headless_root_presenter/*", |
| "//src/ui/bin/headless_root_presenter/tests/*", |
| "//src/ui/bin/ime/*", |
| "//src/ui/bin/root_presenter/*", |
| "//src/ui/bin/root_presenter/tests/*", |
| "//src/ui/bin/shortcut/*", |
| "//src/ui/examples/*", |
| "//src/ui/examples/escher/*", |
| "//src/ui/input/drivers/bma253/*", |
| "//src/ui/input/drivers/cypress/*", |
| "//src/ui/input/drivers/ft8201/*", |
| "//src/ui/input/drivers/goodix/*", |
| "//src/ui/input/drivers/gt6853/*", |
| "//src/ui/input/drivers/hid-buttons/*", |
| "//src/ui/input/drivers/hid-input-report/*", |
| "//src/ui/input/drivers/hid/*", |
| "//src/ui/input/drivers/i2c-hid/*", |
| "//src/ui/input/drivers/virtio/*", |
| "//src/ui/input/lib/hid-input-report/*", |
| "//src/ui/lib/escher/*", |
| "//src/ui/lib/input_report_reader/tests/*", |
| "//src/ui/lib/key_util/*", |
| "//src/ui/light/drivers/aml-light/*", |
| "//src/ui/light/drivers/lp50xx-light/*", |
| "//src/ui/scenic/*", |
| "//src/ui/scenic/lib/gfx/tests/*", |
| "//src/ui/scenic/lib/scenic/util/tests/*", |
| "//src/ui/scenic/lib/utils/*", |
| "//src/ui/testing/text/*", |
| "//src/ui/testing/views/*", |
| "//src/ui/tests/integration_flutter_tests/embedder/*", |
| "//src/ui/tests/integration_input_tests/keyboard/*", |
| "//src/ui/tests/integration_input_tests/scenic/*", |
| "//src/ui/tests/integration_input_tests/shortcut/*", |
| "//src/ui/tests/integration_input_tests/touch/*", |
| "//src/ui/tests/integration_input_tests/touch/cpp-gfx-client/*", |
| "//src/ui/tests/scenic-stress-tests/*", |
| "//src/ui/tools/*", |
| "//src/ui/tools/present_view/tests/*", |
| "//src/ui/tools/print-input-report/*", |
| "//src/ui/tools/simple-touch/*", |
| "//src/ui/tools/tiles/*", |
| "//src/ui/tools/tiles_ctl/*", |
| "//src/virtualization/bin/guest/*", |
| "//src/virtualization/bin/guest_manager/*", |
| "//src/virtualization/bin/vmm/*", |
| "//src/virtualization/bin/vmm/device/*", |
| "//src/virtualization/lib/grpc/*", |
| "//src/virtualization/lib/guest_interaction/*", |
| "//src/virtualization/lib/vsh/*", |
| "//src/virtualization/packages/biscotti_guest/linux_runner/*", |
| "//src/virtualization/packages/debian_guest/*", |
| "//src/virtualization/packages/termina_guest/*", |
| "//src/virtualization/packages/zircon_guest/*", |
| "//src/virtualization/tests/*", |
| "//third_party/Vulkan-Tools/cube/*", |
| "//third_party/boringssl/*", |
| "//third_party/cobalt/*", |
| "//third_party/crashpad/*", |
| "//third_party/curl/*", |
| "//third_party/iperf/*", |
| "//third_party/libc-tests/*", |
| "//third_party/micro-ecc/*", |
| "//third_party/openssh-portable/*", |
| "//third_party/openssl-ecjpake/*", |
| "//third_party/quickjs/*", |
| "//third_party/sbase/*", |
| "//tools/blackout/blackout-target/*", |
| "//tools/blackout/minfs-fsck/*", |
| "//tools/cmc/*", |
| "//tools/create/goldens/my-driver-cpp/*", |
| "//tools/fidl/measure-tape/*", |
| "//tools/fidlcat/tests/*", |
| "//topaz/public/dart/fuchsia_inspect/test/integration/*", |
| "//topaz/public/dart/fuchsia_inspect/test/validator_puppet/*", |
| "//vendor/*", |
| "//zircon/kernel/lib/boot-options/tests/*", |
| "//zircon/kernel/lib/devicetree/tests/*", |
| "//zircon/kernel/phys/lib/memalloc/*", |
| "//zircon/system/ulib/edid/*", |
| "//zircon/system/ulib/fidl-async-2/test/*", |
| "//zircon/system/ulib/hid-parser/test/*", |
| "//zircon/system/ulib/hwreg/test/asm/*", |
| "//zircon/system/ulib/image-format/test/*", |
| "//zircon/system/ulib/zbitl/test/*", |
| "//zircon/system/utest/dash/*", |
| "//zircon/system/utest/libc/*", |
| "//zircon/system/utest/stdio/*", |
| ] |
| } |