blob: cc6c1651d9d4f5d6a30e1e8fb484730de9e56fc6 [file] [log] [blame]
// Copyright 2022 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: "minfs",
url: "#meta/minfs.cm",
},
],
offer: [
{
protocol: "fuchsia.scheduler.RoleManager",
from: "parent",
to: "#minfs",
availability: "optional",
},
],
}