| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.hardware.pty.Device" | |
| ] | |
| } | |
| }, | |
| "program": { | |
| "binary": "test/fdio-test" | |
| }, | |
| "sandbox": { | |
| "dev": [ | |
| "zero" | |
| ], | |
| "features": [ | |
| "deprecated-ambient-replace-as-executable", | |
| "isolated-temp" | |
| ], | |
| "services": [ | |
| "fuchsia.hardware.pty.Device", | |
| "fuchsia.process.Launcher" | |
| ] | |
| } | |
| } |