blob: 0f5b23a4273c20f524f195f0b52e6fff8e99d41d [file] [log] [blame]
# Copyright 2021 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("cmx_allowlist") {
# ________ _________ ________ ________
# |\ ____\|\___ ___\\ __ \|\ __ \
# \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \
# \ \_____ \ \ \ \ \ \ \\\ \ \ ____\
# \|____|\ \ \ \ \ \ \ \\\ \ \ \___|
# ____\_\ \ \ \__\ \ \_______\ \__\
# |\_________\ \|__| \|_______|\|__|
# \|_________|
# This is an allowlist of targets that use CMX (.cmx) files.
# CMX is the component manifest v1 syntax. There is a migration in progress
# to CML files, the component manifest v2 syntax. See:
# https://fuchsia.dev/fuchsia-src/contribute/open_projects/components/migration
#
# Developers are encouraged to migrate to v2. See the migration guide:
# https://fuchsia.dev/fuchsia-src/development/components/v2/migration
#
# The policy at this time is:
# 1. Use of CMX files outside of fuchsia.git is unrestricted.
# 2. Pre-existing use of CMX files in fuchsia.git is allowlisted.
# 3. New usage of CMX files in fuchsia.git is strongly discouraged.
# Please see the self-service migration guide.
# 4. Requests to allowlist new CMX files will be considered on a case-by-case
# basis.
#
# To add items to the allowlist, please send a change to one of the OWNERS of
# this file to add an element to the visibility list below.
# Please allowlist entire directories rather than individual targets as it
# requires less allowlist churn over time.
#
# To regenerate:
# fx gn refs $(fx get-build-dir) //build/components/cmx:cmx_allowlist | sed 's|\(.*:\).*|"\1*",|' | sort | uniq
visibility = [
"//build/dart/tests:*",
"//examples/benchmark:*",
"//examples/components/realm_builder:*",
"//examples/diagnostics/inspect/codelab/dart/client:*",
"//examples/diagnostics/inspect/codelab/dart/fizzbuzz:*",
"//examples/diagnostics/inspect/codelab/dart/part_1:*",
"//examples/diagnostics/inspect/codelab/dart/part_2:*",
"//examples/diagnostics/inspect/codelab/dart/part_3:*",
"//examples/diagnostics/inspect/codelab/dart/part_4:*",
"//examples/diagnostics/inspect/codelab/dart/part_5:*",
"//examples/fidl/dart/client:*",
"//examples/fidl/dart/request_pipelining/client:*",
"//examples/fidl/dart/request_pipelining/server:*",
"//examples/fidl/dart/server:*",
"//examples/fuzzers/cpp:*",
"//examples/fuzzers/fidl:*",
"//examples/fuzzers/rust:*",
"//examples/hello_world/dart:*",
"//sdk/dart/fuchsia_inspect:*",
"//sdk/dart/fuchsia_inspect/test/inspect_flutter_integration_tester:*",
"//sdk/dart/fuchsia_inspect/test/integration:*",
"//sdk/dart/fuchsia_inspect/test/validator_puppet:*",
"//sdk/dart/fuchsia_logger/test/integration:*",
"//sdk/dart/fuchsia_modular:*",
"//sdk/dart/fuchsia_modular_testing:*",
"//sdk/dart/fuchsia_services:*",
"//sdk/dart/fuchsia_services/test_support:*",
"//sdk/dart/zircon:*",
"//sdk/lib/fdio/tests:*",
"//sdk/lib/fdio/tests/getaddrinfo:*",
"//sdk/lib/fuzzing/cpp:*",
"//sdk/lib/inspect/contrib/cpp/tests:*",
"//sdk/lib/inspect/service/cpp/tests:*",
"//sdk/lib/modular/cpp:*",
"//sdk/lib/modular/testing/cpp:*",
"//sdk/lib/sys/component/cpp/tests:*",
"//sdk/lib/sys/cpp/testing/environment_delegating_runner:*",
"//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:*",
"//src/bringup/bin/virtcon:*",
"//src/camera/bin/benchmark:*",
"//src/camera/bin/camera-gym:*",
"//src/camera/bin/camera-gym/controller_client:*",
"//src/camera/bin/device:*",
"//src/camera/bin/sensor_cli:*",
"//src/camera/bin/virtual_camera:*",
"//src/camera/drivers/controller/sherlock:*",
"//src/camera/drivers/controller/test:*",
"//src/camera/drivers/test_utils:*",
"//src/camera/lib/fake_camera:*",
"//src/camera/lib/fake_legacy_stream:*",
"//src/camera/lib/stream_utils:*",
"//src/camera/lib/virtual_camera:*",
"//src/chromium/web_runner_tests:*",
"//src/cobalt/bin/app/fuzzer:*",
"//src/cobalt/bin/testing/mock_cobalt:*",
"//src/connectivity/bluetooth/core/bt-host/common:*",
"//src/connectivity/bluetooth/core/bt-host/fidl:*",
"//src/connectivity/bluetooth/core/bt-host/gap:*",
"//src/connectivity/bluetooth/core/bt-host/l2cap:*",
"//src/connectivity/bluetooth/core/bt-host/sdp:*",
"//src/connectivity/bluetooth/core/bt-host/sm:*",
"//src/connectivity/bluetooth/core/bt-host/transport:*",
"//src/connectivity/bluetooth/profiles/bt-a2dp:*",
"//src/connectivity/bluetooth/profiles/bt-avrcp-target:*",
"//src/connectivity/bluetooth/profiles/tests/bt-a2dp-loopback:*",
"//src/connectivity/bluetooth/testing/mock-piconet-server:*",
"//src/connectivity/bluetooth/tests/audio-device-output-harness:*",
"//src/connectivity/bluetooth/tools/bt-fct-hci:*",
"//src/connectivity/bluetooth/tools/bt-snoop:*",
"//src/connectivity/bluetooth/tools/dai-info:*",
"//src/connectivity/ethernet/drivers/usb-cdc-ecm:*",
"//src/connectivity/lib/packet-formats:*",
"//src/connectivity/lowpan/drivers/lowpan-dummy-driver:*",
"//src/connectivity/lowpan/drivers/lowpan-ot-driver:*",
"//src/connectivity/lowpan/drivers/lowpan-spinel-driver:*",
"//src/connectivity/lowpan/drivers/lowpan-spinel-driver/tests/test-components:*",
"//src/connectivity/lowpan/service:*",
"//src/connectivity/lowpan/tests:*",
"//src/connectivity/lowpan/tools/lowpanctl:*",
"//src/connectivity/lowpan/tools/lowpanctl/test:*",
"//src/connectivity/network/dns:*",
"//src/connectivity/network/http-client:*",
"//src/connectivity/network/mdns/service:*",
"//src/connectivity/network/netstack:*",
"//src/connectivity/network/netstack/inspect/validator:*",
"//src/connectivity/network/netstack3:*",
"//src/connectivity/network/netstack3/core:*",
"//src/connectivity/network/tun/network-tun:*",
"//src/connectivity/openthread/ot-stack:*",
"//src/connectivity/openthread/tests/ot-devmgr:*",
"//src/connectivity/openthread/tests/test-components:*",
"//src/connectivity/openthread/third_party/openthread/platform/tests:*",
"//src/connectivity/overnet/lib/core:*",
"//src/connectivity/overnet/lib/quic:*",
"//src/connectivity/overnet/lib/serial_link:*",
"//src/connectivity/overnet/lib/stream_framer:*",
"//src/connectivity/overnet/lib/stream_link:*",
"//src/connectivity/overnet/lib/udp_link:*",
"//src/connectivity/overnet/tests/fidl:*",
"//src/connectivity/overnet/tests/integration:*",
"//src/connectivity/overnet/tools/onet:*",
"//src/connectivity/telephony/lib/tel-devmgr:*",
"//src/connectivity/telephony/ril-at:*",
"//src/connectivity/telephony/ril-qmi:*",
"//src/connectivity/telephony/telephony:*",
"//src/connectivity/telephony/telephony-snooper:*",
"//src/connectivity/telephony/tests:*",
"//src/connectivity/wlan/testing/wlan-devmgr:*",
"//src/connectivity/wlan/wlancfg:*",
"//src/developer/build_info:*",
"//src/developer/debug/debug_agent:*",
"//src/developer/debug/zxdb/expr:*",
"//src/developer/forensics/crasher/cpp:*",
"//src/developer/forensics/crasher/rust:*",
"//src/developer/fuchsia-criterion:*",
"//src/developer/memory/mem:*",
"//src/developer/memory/metrics/tests:*",
"//src/developer/memory/monitor:*",
"//src/developer/memory/monitor/tests:*",
"//src/developer/sched:*",
"//src/developer/shell:*",
"//src/developer/shell/interpreter:*",
"//src/developer/tracing/bin/trace:*",
"//src/developer/tracing/bin/trace/tests:*",
"//src/developer/tracing/bin/trace_manager:*",
"//src/developer/tracing/bin/trace_manager/tests:*",
"//src/developer/tracing/bin/trace_stress:*",
"//src/developer/tracing/lib/test_utils:*",
"//src/devices/bin/driver_manager:*",
"//src/devices/bin/register-util:*",
"//src/devices/clock/lib/clocktree/tests:*",
"//src/devices/lib/bind:*",
"//src/devices/radar/bin/radarutil:*",
"//src/devices/radar/tests/radar-integration-test:*",
"//src/devices/sysmem/tests/sysmem:*",
"//src/devices/sysmem/tests/sysmem/fuzz:*",
"//src/devices/sysmem/tools:*",
"//src/devices/testing/syslog:*",
"//src/devices/tests/devfs:*",
"//src/devices/tests/fx-logger:*",
"//src/devices/usb/bin/lsusb:*",
"//src/devices/usb/tests/usb-hci-test:*",
"//src/diagnostics/archivist:*",
"//src/diagnostics/archivist/tests/logging-component:*",
"//src/diagnostics/archivist/tests/logs-connector:*",
"//src/diagnostics/iquery/test/test_component:*",
"//src/diagnostics/persistence:*",
"//src/diagnostics/persistence/tests:*",
"//src/diagnostics/validator/inspect:*",
"//src/diagnostics/validator/inspect/lib/cpp:*",
"//src/diagnostics/validator/inspect/lib/rust:*",
"//src/diagnostics/validator/logs/encoding:*",
"//src/diagnostics/validator/logs/encoding/puppet/cpp:*",
"//src/diagnostics/validator/logs/encoding/puppet/dart:*",
"//src/diagnostics/validator/logs/encoding/puppet/rust:*",
"//src/diagnostics/validator/logs/sink:*",
"//src/diagnostics/validator/logs/sink/puppet/cpp:*",
"//src/diagnostics/validator/logs/sink/puppet/rust:*",
"//src/diagnostics/validator/logs/sink/puppet/sdk:*",
"//src/experiences/benchmarks/bin/button_flutter:*",
"//src/experiences/benchmarks/bin/clockface_flutter:*",
"//src/experiences/benchmarks/bin/scroll_flutter:*",
"//src/experiences/bin/ermine_testserver:*",
"//src/experiences/bin/settings/license:*",
"//src/experiences/examples/localized_flutter/localized_flutter_app:*",
"//src/experiences/examples/spinning_cube:*",
"//src/factory/factory_store_providers:*",
"//src/factory/factoryctl:*",
"//src/factory/fake_factory_items:*",
"//src/factory/fake_factory_store_providers:*",
"//src/fonts:*",
"//src/fonts/tests/smoke:*",
"//src/graphics/display/bin/display-factory-test:*",
"//src/graphics/display/lib/edid:*",
"//src/graphics/drivers/intel-gen/icd:*",
"//src/graphics/drivers/msd-arm-mali/tests:*",
"//src/graphics/drivers/msd-intel-gen/tests:*",
"//src/graphics/drivers/msd-vsi-vip/tests/integration:*",
"//src/graphics/drivers/msd-vsi-vip/tests/unit_tests:*",
"//src/graphics/examples/vulkaninfo:*",
"//src/graphics/lib/compute/radix_sort/platforms/vk/tests/radix_sort_vk_bench:*",
"//src/graphics/lib/compute/radix_sort/platforms/vk/tests/radix_sort_vk_bench/tests:*",
"//src/graphics/lib/compute/spinel-vk-rs/tests:*",
"//src/graphics/lib/compute/spinel/platforms/vk/tests/spinel_vk_bench:*",
"//src/graphics/lib/compute/spinel/platforms/vk/tests/spinel_vk_tests:*",
"//src/graphics/lib/compute/tools/bench/platforms/vk:*",
"//src/graphics/lib/compute/tools/bench/platforms/vk/tests:*",
"//src/graphics/lib/magma/src/tools:*",
"//src/graphics/lib/magma/src/tools/mali-performance-counters:*",
"//src/graphics/lib/magma/tests:*",
"//src/graphics/tests/benchmark:*",
"//src/graphics/tests/goldfish_benchmark:*",
"//src/graphics/tests/goldfish_test:*",
"//src/graphics/tests/icd_load:*",
"//src/graphics/tests/mali_vulkan_test:*",
"//src/graphics/tests/vk_timer_query:*",
"//src/graphics/tests/vkext:*",
"//src/graphics/tests/vkloop:*",
"//src/graphics/tests/vkpriority:*",
"//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/lib:*",
"//src/identity/tests/account_manager_integration:*",
"//src/identity/tools/accountctl:*",
"//src/identity/tools/sktool:*",
"//src/intl/intl_services:*",
"//src/intl/time_zone_info_service:*",
"//src/lib/async-watchdog/tests:*",
"//src/lib/chunked-compression:*",
"//src/lib/cmx:*",
"//src/lib/component:*",
"//src/lib/diagnostics/inspect/dart/bench:*",
"//src/lib/diagnostics/inspect/runtime/rust:*",
"//src/lib/diagnostics/inspect/rust/bench:*",
"//src/lib/diagnostics/log/encoding/rust:*",
"//src/lib/digest/test:*",
"//src/lib/elfldltl:*",
"//src/lib/elflib:*",
"//src/lib/fake-clock/examples/rust:*",
"//src/lib/fake-clock/lib:*",
"//src/lib/fake-clock/svc:*",
"//src/lib/fdio/rust:*",
"//src/lib/fidl/c/walker_tests:*",
"//src/lib/fidl/cpp/tests/natural_types:*",
"//src/lib/fidl/dart/gidl:*",
"//src/lib/fidl/llcpp/tests/dispatcher:*",
"//src/lib/fidl/llcpp/tests/message_container:*",
"//src/lib/fidl/llcpp/tests/wire_types:*",
"//src/lib/fostr:*",
"//src/lib/fuchsia-async:*",
"//src/lib/fuchsia-component-test/tests:*",
"//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/icu_data/rust/icu_data:*",
"//src/lib/isolated_devmgr:*",
"//src/lib/json_parser:*",
"//src/lib/loader_service:*",
"//src/lib/pkg_url:*",
"//src/lib/process:*",
"//src/lib/storage/ramdevice_client/rust:*",
"//src/lib/storage/vfs/cpp:*",
"//src/lib/storage/vfs/cpp/journal:*",
"//src/lib/syslog/rust:*",
"//src/lib/syslog/rust/tests:*",
"//src/lib/testing/fuchsia-hyper-test-support:*",
"//src/lib/ui/carnelian:*",
"//src/lib/ui/fuchsia-framebuffer:*",
"//src/lib/utf_conversion:*",
"//src/lib/vulkan/tests:*",
"//src/lib/webpki-roots-fuchsia:*",
"//src/media/audio/audio_core:*",
"//src/media/audio/audio_core/test/hardware:*",
"//src/media/audio/audio_core/tools/output_pipeline_benchmark:*",
"//src/media/audio/drivers/intel-hda/controller:*",
"//src/media/audio/drivers/intel-hda/test:*",
"//src/media/audio/drivers/test:*",
"//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/audio_test_devmgr:*",
"//src/media/audio/tools/virtual_audio_util:*",
"//src/media/codec:*",
"//src/media/codec/codecs/vaapi/test:*",
"//src/media/codec/examples:*",
"//src/media/codec/factory:*",
"//src/media/lib/codec_impl/unit_tests:*",
"//src/media/playback/examples/audio_player:*",
"//src/media/playback/mediaplayer:*",
"//src/media/sessions:*",
"//src/media/sessions/examples:*",
"//src/media/stream_processors/test:*",
"//src/modular:*",
"//src/modular/bin/basemgr:*",
"//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/puppet_master/command_runners:*",
"//src/modular/bin/sessionmgr/story_runner:*",
"//src/modular/lib/modular_test_harness/cpp:*",
"//src/modular/tests:*",
"//src/performance/bin/cpuperf_provider:*",
"//src/performance/bin/ktrace_provider:*",
"//src/performance/cpuperf:*",
"//src/performance/cpuperf/tests:*",
"//src/performance/insntrace:*",
"//src/performance/insntrace/tests:*",
"//src/performance/lib/perfmon:*",
"//src/power/battery-manager:*",
"//src/power/power-manager:*",
"//src/power/testing/thermal-test-control:*",
"//src/recovery/integration:*",
"//src/recovery/system:*",
"//src/security/fcrypto/test:*",
"//src/security/kms:*",
"//src/security/tee_manager:*",
"//src/session/lib/realm_management:*",
"//src/settings/service:*",
"//src/storage/bin/disk-pave:*",
"//src/storage/bin/odu:*",
"//src/storage/ext4/server:*",
"//src/storage/extractor:*",
"//src/storage/extractor/c:*",
"//src/storage/fuchsia-fatfs:*",
"//src/storage/fuzzers:*",
"//src/storage/lib/paver/test:*",
"//src/storage/memfs/test:*",
"//src/storage/minfs/test:*",
"//src/sys/activity:*",
"//src/sys/appmgr:*",
"//src/sys/appmgr/integration_tests:*",
"//src/sys/appmgr/integration_tests/component_events:*",
"//src/sys/appmgr/integration_tests/components:*",
"//src/sys/appmgr/integration_tests/inspect:*",
"//src/sys/appmgr/integration_tests/lifecycle:*",
"//src/sys/appmgr/integration_tests/logs:*",
"//src/sys/appmgr/integration_tests/mock_runner:*",
"//src/sys/appmgr/integration_tests/outdir:*",
"//src/sys/appmgr/integration_tests/policy:*",
"//src/sys/appmgr/integration_tests/sandbox:*",
"//src/sys/appmgr/integration_tests/sandbox/features/ambient-executable-policy:*",
"//src/sys/appmgr/integration_tests/sandbox/features/build-info:*",
"//src/sys/appmgr/integration_tests/sandbox/features/deprecated-global-dev:*",
"//src/sys/appmgr/integration_tests/sandbox/features/durable-data:*",
"//src/sys/appmgr/integration_tests/sandbox/features/factory-data:*",
"//src/sys/appmgr/integration_tests/sandbox/features/hub:*",
"//src/sys/appmgr/integration_tests/sandbox/features/isolated-temp:*",
"//src/sys/appmgr/integration_tests/sandbox/features/shell:*",
"//src/sys/appmgr/integration_tests/sandbox/features/shell-commands:*",
"//src/sys/appmgr/integration_tests/sandbox/features/storage:*",
"//src/sys/appmgr/integration_tests/sandbox/services:*",
"//src/sys/appmgr/integration_tests/util:*",
"//src/sys/component_manager:*",
"//src/sys/component_manager/tests/attributed_logging:*",
"//src/sys/component_manager/tests/rights:*",
"//src/sys/component_manager/tests/security_policy/ambient_mark_vmo_exec:*",
"//src/sys/component_manager/tests/security_policy/capability_allowlist:*",
"//src/sys/component_manager/tests/security_policy/main_process_critical:*",
"//src/sys/component_manager/tests/utc-time:*",
"//src/sys/component_test_runner:*",
"//src/sys/lib/cm_fidl_validator:*",
"//src/sys/lib/cm_json:*",
"//src/sys/lib/cm_rust:*",
"//src/sys/lib/cm_types:*",
"//src/sys/lib/component_id_index:*",
"//src/sys/lib/fuchsia-bootfs:*",
"//src/sys/lib/library_loader:*",
"//src/sys/lib/runner:*",
"//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/system-update-checker:*",
"//src/sys/pkg/bin/system-updater:*",
"//src/sys/pkg/lib/isolated-swd:*",
"//src/sys/pkg/tests/isolated-ota:*",
"//src/sys/pkg/tests/pkgctl:*",
"//src/sys/run_test_component:*",
"//src/sys/run_test_component/test:*",
"//src/sys/startup:*",
"//src/sys/stash:*",
"//src/sys/sysmgr:*",
"//src/sys/sysmgr/integration_tests:*",
"//src/sys/sysmgr/test:*",
"//src/sys/test_manager/cmx_runner/tests:*",
"//src/sys/test_manager/tests/test_data:*",
"//src/sys/test_runners/legacy_test/test_data/echo_test:*",
"//src/sys/test_runners/legacy_test/test_data/simple_test:*",
"//src/sys/test_runners/legacy_test/test_data/test_with_system_service:*",
"//src/sys/time/httpsdate_time_source:*",
"//src/sys/time/timekeeper:*",
"//src/sys/time/timekeeper_integration:*",
"//src/sys/time/timekeeper_integration/dev_time_source:*",
"//src/sys/tools/activity-ctl:*",
"//src/sys/tools/chrealm/integration_tests:*",
"//src/sys/tools/run/test:*",
"//src/sys/tools/stash_ctl:*",
"//src/testing/fidl/echo_client_placeholder:*",
"//src/testing/fidl/echo_server_placeholder:*",
"//src/testing/fidl/intl_property_manager:*",
"//src/testing/loadbench:*",
"//src/tests/benchmarks/fidl/dart:*",
"//src/tests/end_to_end/package_manager/components:*",
"//src/tests/fidl/compatibility:*",
"//src/tests/fidl/compatibility/golang:*",
"//src/tests/fidl/dart_bindings_test:*",
"//src/tests/fidl/fuzzer:*",
"//src/tests/microbenchmarks:*",
"//src/ui/a11y/bin/a11y_manager:*",
"//src/ui/benchmarks/image_grid_cpp:*",
"//src/ui/benchmarks/transparency_benchmark:*",
"//src/ui/bin/hardware_display_controller_provider:*",
"//src/ui/bin/input-pipeline:*",
"//src/ui/bin/root_presenter:*",
"//src/ui/bin/screensaver:*",
"//src/ui/bin/terminal:*",
"//src/ui/bin/text:*",
"//src/ui/examples/escher:*",
"//src/ui/examples/flatland-display:*",
"//src/ui/examples/flatland-view-provider:*",
"//src/ui/examples/simplest_app:*",
"//src/ui/examples/yuv_to_image_pipe:*",
"//src/ui/input/drivers/goldfish_sensor:*",
"//src/ui/scenic:*",
"//src/ui/scenic/lib/input/tests/fuzzers:*",
"//src/ui/scenic/lib/scheduling/tests/fuzzers:*",
"//src/ui/tests/integration_flutter_tests/embedder/child-view:*",
"//src/ui/tests/integration_flutter_tests/embedder/parent-view:*",
"//src/ui/tests/integration_input_tests/factory-reset:*",
"//src/ui/tests/integration_input_tests/media-buttons:*",
"//src/ui/tools:*",
"//src/ui/tools/present_view/tests:*",
"//src/ui/tools/tiles:*",
"//src/ui/tools/tiles_ctl:*",
"//src/virtualization/bin/guest_manager:*",
"//src/virtualization/bin/guest_runner:*",
"//src/virtualization/bin/linux_runner:*",
"//src/virtualization/bin/vmm:*",
"//src/virtualization/bin/vmm/device:*",
"//src/virtualization/bin/vmm/device/virtio_block:*",
"//src/virtualization/bin/vmm/device/virtio_net:*",
"//src/virtualization/bin/vmm/device/virtio_rng:*",
"//src/virtualization/bin/vmm/device/virtio_sound:*",
"//src/virtualization/packages/debian_guest:*",
"//src/virtualization/packages/termina_guest:*",
"//src/virtualization/packages/zircon_guest:*",
"//src/zircon/bin/hwstress:*",
"//src/zircon/bin/vsock_service:*",
"//src/zircon/tests/profile:*",
"//third_party/Vulkan-Tools/cube:*",
"//third_party/boringssl:*",
"//third_party/crashpad:*",
"//third_party/go:*",
"//zircon/kernel/lib/acpi_lite:*",
"//zircon/kernel/lib/boot-options/tests:*",
"//zircon/kernel/lib/devicetree/tests:*",
"//zircon/kernel/phys/lib/memalloc:*",
"//zircon/system/ulib/affine/test:*",
"//zircon/system/ulib/bitmap/test:*",
"//zircon/system/ulib/cmdline/test:*",
"//zircon/system/ulib/elfload/test:*",
"//zircon/system/ulib/gfx/test:*",
"//zircon/system/ulib/hid-parser/test:*",
"//zircon/system/ulib/inspect/tests:*",
"//zircon/system/ulib/ldmsg/test:*",
"//zircon/system/ulib/tftp/test:*",
"//zircon/system/ulib/zbitl/tests:*",
"//zircon/system/utest/dash:*",
"//zircon/system/utest/pty:*",
"//zircon/system/utest/stdio:*",
"//zircon/third_party/ulib/lz4/test:*",
]
# Vulkan CTS. These directories are not in the default checkout, so they're
# listed separately to ensure they're not removed when the list is
# regenerated. TODO(fxbug.dev/103175): Remove.
visibility += [
"//third_party/vulkan-cts/fuchsia:*",
"//third_party/vulkan-cts/fuchsia/split-cts:*",
]
}