blob: 1969bec66e7dea746d96091009939fccc0b87d02 [file] [log] [blame]
{
"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" ] }
}
}
}