blob: d5e9f8a3b52a344cc59d5e57e06b0452dce7c2f8 [file] [log] [blame]
// 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",
},
],
}