blob: 71ac598fa2be336446812bbcf06fb0d8b9099eab [file]
# 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.
# The allowlist of components that can use the "structured_config" feature in CML.
group("structured_config") {
# Available to all components in fuchsia.git
}
# The allowlist of components that can use the "hub" feature in CML.
group("hub") {
# Available to all components in fuchsia.git
}
# The allowlist of components that can use the "allow_long_names" feature in CML.
group("allow_long_names") {
visibility = [
# driver collections
"//src/devices/bin/driver_manager/*",
"//src/sys/bootstrap/*",
"//tools/cmc:*",
]
}