blob: cab4d977e38e4de9ca33dc3dfdc2b4dfadaaac11 [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.
{
include: [ "inspect/offer.shard.cml" ],
use: [
{
protocol: "fuchsia.fs.startup.Startup",
from: "#minfs",
path: "/minfs/svc/fuchsia.fs.startup.Startup",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.scheduler.RoleManager",
],
from: "parent",
to: "#minfs",
},
{
protocol: "fuchsia.tracing.provider.Registry",
from: "parent",
to: "#minfs",
availability: "optional",
},
],
}