| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.sysmem.Allocator" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "args": [ | |
| "--vendor-id=0x10001" | |
| ], | |
| "binary": "test/magma_abi_conformance_tests" | |
| }, | |
| "sandbox": { | |
| "dev": [ | |
| "class/gpu-performance-counters" | |
| ], | |
| "features": [ | |
| "isolated-temp", | |
| "vulkan" | |
| ], | |
| "services": [ | |
| "fuchsia.sysmem.Allocator", | |
| "fuchsia.tracing.provider.Registry" | |
| ] | |
| } | |
| } |