blob: aa4beb5a64e350dba1021dd884e7c45259cddce0 [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/console",
forward_stdout_to: "none",
forward_stderr_to: "none",
},
capabilities: [
{ protocol: "fuchsia.hardware.pty.Device" },
],
use: [
{
protocol: [
"fuchsia.boot.WriteOnlyLog",
"fuchsia.kernel.DebugResource",
],
},
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}