blob: ff47d4537ea496bf6e118fd9538f11205cf63b11 [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",
"fuchsia.kernel.TracingResource",
],
},
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}