blob: 720ce5411e18e4bf033007008ac3dd3e7a4da056 [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: "fxfs",
url: "#meta/fxfs.cm",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#fxfs",
},
],
}