summaryrefslogtreecommitdiff
path: root/chromium/components/mus/manifest.json
blob: 1969bec66e7dea746d96091009939fccc0b87d02 (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
{
  "manifest_version":  1,
  "name": "mojo:mus",
  "display_name": "UI Service",
  "capabilities": {
    "provided": {
      // A collection of interfaces needed by a generic client of mus.
      // Additional interfaces may be requested a-la-carte.
      "app": [
        "mus::mojom::Clipboard",
        "mus::mojom::DisplayManager",
        "mus::mojom::Gpu",
        "mus::mojom::GpuService",
        "mus::mojom::InputDeviceServer",
        "mus::mojom::WindowTreeFactory"
      ],
      "test": [
        "mus::mojom::WindowServerTest"
      ]
    },
    "required": {
      "*": { "classes": [ "app" ] },
      "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
    }
  }
}