| // Copyright 2023 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. | |
| { | |
| children: [ | |
| { | |
| name: "runner_memfs", | |
| url: "fuchsia-pkg://fuchsia.com/test_manager#meta/memfs.cm", | |
| }, | |
| ], | |
| capabilities: [ | |
| { | |
| storage: "memfs_data", | |
| from: "#runner_memfs", | |
| backing_dir: "memfs", | |
| storage_id: "static_instance_id_or_moniker", | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| dictionary: "diagnostics", | |
| from: "parent", | |
| to: [ "#runner_memfs" ], | |
| }, | |
| ], | |
| } |