| { | |
| program: { | |
| binary: "bin/sysinfo", | |
| }, | |
| use: [ | |
| { runner: "elf" }, | |
| { | |
| directory: "/dev", | |
| rights: [ "rw*" ], | |
| }, | |
| { protocol: "/svc/fuchsia.boot.RootResource" }, | |
| { protocol: "/svc/fuchsia.boot.WriteOnlyLog" }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "/svc/fuchsia.sysinfo.SysInfo", | |
| from: "self", | |
| }, | |
| ], | |
| } |