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