blob: a92ff96e72ce2263e6f8d990dffa9d6a9c165bd3 [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/tests/pkg/fidl/cpp:conformance_test_sources",
"//sdk/cts/tests/tools/package_manager:pm_test_package_gather_deps",
"//src/sys/pkg/bin/pm:host",
"//zircon/public/lib/zxtest:zxtest",
"//zircon/system/ulib/fbl:fbl",
]
# All targets in these directories and their subdirectories are approved for use in CTS.
ALLOWED_CTS_DIRS = [ "//third_party/dart-pkg/pub/*" ]
# This list should be kept up to date with the public and partner SDKs in //sdk:sdk.
ALLOWED_CTS_SDKS = [
"//sdk:bootstrap",
"//sdk:core",
"//sdk:e2e_testing",
"//sdk:modular_testing",
]