summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/softwarecontainer-plugin/service-manifest.d/io.qt.ApplicationManager.Application.json
blob: 68592c081c5cb1af8973857b0fa24c871fd43c91 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "version": "1",
  "capabilities": [
    {
      "name": "io.qt.ApplicationManager.Application",
      "gateways": [
        {
          "id": "dbus",
          "config": [
            {
              "dbus-gateway-config-session": [
                {
                  "direction": "*",
                  "interface": "*",
                  "object-path": "*",
                  "method": "*"
                }
              ],
              "dbus-gateway-config-system": [
                {
                  "direction": "*",
                  "interface": "*",
                  "object-path": "*",
                  "method": "*"
                }
              ]
            }
          ]
        },
        {
          "id": "wayland",
          "config": [
            {
              "enabled": true
            }
          ]
        },
        {
          "id": "devicenode",
          "config": [
            {
              "name": "/dev/dri/card0"
            },
            {
              "name": "/dev/dri/renderD128"
            },
            {
              "name": "/dev/tty0"
            },
            {
              "name": "/dev/tty1"
            }
          ]
        }
      ]
    }
  ]
}