| // Copyright 2025 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: "toolbox", |
| url: "fuchsia-boot:///toolbox#meta/toolbox.cm", |
| environment: "#elf-env", |
| }, |
| ], |
| capabilities: [ |
| { dictionary: "toolbox-root" }, |
| { dictionary: "toolbox-root-directories" }, |
| ], |
| offer: [ |
| { |
| dictionary: "toolbox-root", |
| from: "self", |
| to: "#toolbox", |
| }, |
| { |
| dictionary: "toolbox-root-directories", |
| from: "self", |
| to: "#toolbox", |
| }, |
| ], |
| } |