| { | |
| include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ], | |
| program: { | |
| binary: "bin/session_control", | |
| }, | |
| use: [ | |
| { runner: "elf" }, | |
| { | |
| protocol: [ | |
| "fuchsia.session.ElementManager", | |
| "fuchsia.session.Launcher", | |
| "fuchsia.session.Restarter", | |
| ], | |
| from: "parent", | |
| }, | |
| ], | |
| } |