blob: 29cb3c5ccea44eb95e1c53f4b174722ecd37f58d [file] [log] [blame]
# Copyright 2024 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.
# These are FIDL libraries that are temporarily allowed to be depended on by the
# Lacewing framework (and tests that are SDK-bound). Ideally, we'll be able to
# remove this list altogether when Honeydew is only using SDK-supported FIDL
# dependencies.
#
# Please consult with the Lacewing team @ g/lacewing-admin before adding any new
# entries in the list.
#
# TODO(https://fxbug.dev/326090508): Add these to the SDK or remove usage.
host_test_fidl_allowlist = [
# Used by Fuchsia Controller
"//src/developer/ffx/fidl:fuchsia.developer.ffx",
# Used by Honeydew's Fuchsia Controller Tracing affordance
"//sdk/fidl/fuchsia.tracing.controller:fuchsia.tracing.controller",
]