| { | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/debug_agent" | |
| }, | |
| "sandbox": { | |
| "boot": [ | |
| "bin" | |
| ], | |
| "features": [ | |
| "shell-commands" | |
| ], | |
| "services": [ | |
| "fuchsia.exception.ProcessLimbo", | |
| "fuchsia.kernel.RootJob", | |
| "fuchsia.net.NameLookup", | |
| "fuchsia.posix.socket.Provider", | |
| "fuchsia.process.Launcher", | |
| "fuchsia.process.Resolver", | |
| "fuchsia.sys.ComponentController", | |
| "fuchsia.sys.Launcher" | |
| ] | |
| } | |
| } |