| { | |
| "program": { | |
| "binary": "test/server_daemon_test" | |
| }, | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.sysinfo.SysInfo" | |
| ] | |
| } | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-persistent-storage" | |
| ], | |
| "services": [ | |
| "fuchsia.virtualization.Manager", | |
| "fuchsia.virtualization.Realm", | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.netemul.network.Endpoint", | |
| "fuchsia.sys.Environment", | |
| "fuchsia.sys.Loader", | |
| "fuchsia.sysinfo.SysInfo" | |
| ] | |
| } | |
| } |