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