summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/config/fuchsia/test/vulkan_capabilities.test-cmx
blob: 0436ffd5e3c373ae5208917d4ae557ff5361acbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "facets": {
    "fuchsia.test": {
      "system-services": [
        "fuchsia.sysmem.Allocator",
        "fuchsia.vulkan.loader.Loader"
      ]
    }
  },
  "sandbox": {
    "features": [
      "vulkan"
    ],
    "services": [
      "fuchsia.sysmem.Allocator",
      "fuchsia.vulkan.loader.Loader"
    ]
  }
}