1#!/bin/sh
2
3cat <<EOF
4{
5  "type": "gpu",
6  "features": [
7    "render-node",
8    "virgl"
9  ]
10}
11EOF
12