blob: d4f536d6be80194cd17575c41424c3f2b1179760 [file] [log] [blame]
# Copyright 2020 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.
# Individual dependencies that are approved for use in CTS.
ALLOWED_CTS_DEPS = [
"//sdk/cts/tools/package_manager:pm_test_package_gather_deps",
"//sdk/lib/fidl/cpp/test:collision_test",
"//sdk/lib/fidl/cpp/test:fidl_test",
"//sdk/lib/fidl/cpp:cpp",
"//sdk/lib/fidl/cpp:cpp_base",
"//sdk/lib/fidl/cpp:conformance_test_sources",
"//sdk/lib/fidl/cpp:union_migration_test_fidl",
"//sdk/testing/sl4f/client:client",
"//src/sys/pkg/bin/pm:host",
"//zircon/public/lib/zxtest:zxtest",
"//zircon/system/ulib/async-loop:async-loop",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
]
# All targets in these directories and their subdirectories are approved for use in CTS.
ALLOWED_CTS_DIRS = [ "//third_party/dart-pkg/pub/*" ]