| { | |
| "include": [ | |
| "syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/mem" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "config-data" | |
| ], | |
| "services": [ | |
| "fuchsia.kernel.RootJobForInspect", | |
| "fuchsia.kernel.Stats", | |
| "fuchsia.memory.Debugger", | |
| "fuchsia.tracing.provider.Provider" | |
| ] | |
| } | |
| } |