blob: df4e80ac4bb6096bcb9f5f6e8f5de5dd4442c130 [file] [log] [blame]
{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.net.interfaces.State": "fuchsia-pkg://fuchsia.com/network-tun-examples#meta/netstack-debug.cmx",
"fuchsia.net.stack.Stack": "fuchsia-pkg://fuchsia.com/network-tun-examples#meta/netstack-debug.cmx",
"fuchsia.net.tun.Control": "fuchsia-pkg://fuchsia.com/network-tun-examples#meta/network-tun.cmx"
}
}
},
"include": [
"//sdk/lib/diagnostics/syslog/client.shard.cmx"
],
"program": {
"binary": "bin/tun_example"
},
"sandbox": {
"services": [
"fuchsia.net.interfaces.State",
"fuchsia.net.stack.Stack",
"fuchsia.net.tun.Control"
]
}
}