summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/config/fuchsia/test/network_capabilities.test-cmx
blob: 7218c3f875998ec4b4f7639d6bd84bc58f2e8be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "facets": {
    "fuchsia.test": {
      "injected-services": {
        "fuchsia.net.interfaces.State": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx",
        "fuchsia.net.name.Lookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
        "fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
      },
      "system-services": [
        "fuchsia.device.NameProvider"
      ]
    }
  },
  "sandbox": {
    "features": [
      "root-ssl-certificates"
    ],
    "services": [
      "fuchsia.device.NameProvider",
      "fuchsia.net.name.Lookup",
      "fuchsia.net.interfaces.State",
      "fuchsia.posix.socket.Provider"
    ]
  }
}