| // Copyright 2024 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. | |
| { | |
| // For nested_component_manager_with_passthrough_directory | |
| include: [ "//src/sys/component_manager/meta/component_manager.cml" ], | |
| children: [ | |
| { | |
| name: "expose_dir_rights", | |
| url: "#meta/expose_dir_rights.cm", | |
| }, | |
| ], | |
| } |