| { | |
| debug: false, | |
| use_builtin_process_launcher: true, | |
| log_destination: "syslog", | |
| namespace_capabilities: [ | |
| { | |
| protocol: [ | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.process.Launcher", | |
| // Added dynamically by the test | |
| "fidl.examples.routing.echo.Echo", | |
| ], | |
| }, | |
| ], | |
| builtin_capabilities: [ | |
| { | |
| runner: "builtin_elf_runner", | |
| }, | |
| { | |
| resolver: "boot_resolver", | |
| }, | |
| ], | |
| builtin_boot_resolver: "boot", | |
| enable_introspection: false, | |
| vmex_source: "namespace", | |
| } |