| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "injected-services": { | |
| "fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx" | |
| } | |
| } | |
| }, | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx", | |
| "src/lib/fuchsia-hyper/hyper.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "test/fuchsia_hyper_lib_test" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "root-ssl-certificates" | |
| ] | |
| } | |
| } |