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