blob: 9c00b774af38afb2fe4ac24ea17715e2231d4eb8 [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.
{
program: {
runner: "elf",
binary: "bin/ptysvc",
forward_stdout_to: "none",
forward_stderr_to: "none",
},
capabilities: [
{ protocol: "fuchsia.hardware.pty.Device" },
],
use: [
{ protocol: "fuchsia.boot.WriteOnlyLog" },
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}