OLD | NEW |
1 { | 1 { |
2 "manifest_version": 1, | 2 "manifest_version": 1, |
3 "name": "mojo:mus", | 3 "name": "mojo:mus", |
4 "display_name": "UI Service", | 4 "display_name": "UI Service", |
5 "capabilities": { | 5 "capabilities": { |
6 "provided": { | |
7 "mus:core": [ | |
8 "mus::mojom::DisplayManager", | |
9 "mus::mojom::Gpu", | |
10 "mus::mojom::WindowTreeFactory" | |
11 ], | |
12 "mus:user": [ | |
13 "mus::mojom::UserAccessManager" | |
14 ], | |
15 "mus:window_tree_host_factory": [ | |
16 "mus::mojom::WindowTreeHostFactory" | |
17 ], | |
18 "mus:gpu": [ | |
19 "mus::mojom::Gpu" | |
20 ], | |
21 "mus:window_manager": [ | |
22 "mus::mojom::WindowManagerFactoryService" | |
23 ] | |
24 }, | |
25 "required": { | 6 "required": { |
26 "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] } | 7 "*": { "interfaces": [ "*" ] }, |
| 8 "mojo:shell": { "classes": [ "all_users" ] } |
27 } | 9 } |
28 } | 10 } |
29 } | 11 } |
OLD | NEW |