blob: 8354518a0881adbad9569d89a1a2b8ed4f1753ed [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.
# The allowlist of components that can use the "services" feature in CML.
group("services") {
visibility = [
"//examples/components/services:*",
"//tools/cmc:*",
]
}