blob: 24fada29b920343239d96a0bfb7dc09ecdbe5002 [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: "ptysvc",
url: "fuchsia-boot:///ptysvc#meta/ptysvc.cm",
},
],
offer: [
{
protocol: [ "fuchsia.boot.WriteOnlyLog" ],
from: "parent",
to: "#ptysvc",
},
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
],
from: "#archivist",
to: "#ptysvc",
},
],
}