| // 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", |
| }, |
| ], |
| } |