blob: cb1677a25eeca3218b8cf419a9ee604ddcc1b5ce [file] [log] [blame]
// 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: "blobfs",
url: "fuchsia-boot:///blobfs#meta/blobfs.cm",
},
],
offer: [
{
protocol: [
"fuchsia.kernel.VmexResource",
"fuchsia.scheduler.RoleManager",
],
from: "parent",
to: "#blobfs",
},
],
}