blob: 047b861f6104e141b3b3ed7027bf88ad8ff99020 [file] [log] [blame]
{
program: {
runner: "elf",
binary: "bin/ptysvc",
},
capabilities: [
{ protocol: "fuchsia.hardware.pty.Device" },
],
use: [
{ protocol: "fuchsia.boot.WriteOnlyLog" },
],
expose: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "self",
},
],
}