| OLD | NEW |
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "mojo:ui", | 3 "name": "mojo:ui", |
| 4 "display_name": "UI Service", | 4 "display_name": "UI Service", |
| 5 "privileged": true, |
| 5 "capabilities": { | 6 "capabilities": { |
| 6 "provided": { | 7 "provided": { |
| 7 // A collection of interfaces needed by a generic client of mus. | 8 // A collection of interfaces needed by a generic client of mus. |
| 8 // Additional interfaces may be requested a-la-carte. | 9 // Additional interfaces may be requested a-la-carte. |
| 9 "app": [ | 10 "app": [ |
| 10 "ui::mojom::Clipboard", | 11 "ui::mojom::Clipboard", |
| 11 "ui::mojom::DisplayManager", | 12 "ui::mojom::DisplayManager", |
| 12 "ui::mojom::Gpu", | 13 "ui::mojom::Gpu", |
| 13 "ui::mojom::GpuService", | 14 "ui::mojom::GpuService", |
| 14 "ui::mojom::IMEServer", | 15 "ui::mojom::IMEServer", |
| 15 "ui::mojom::InputDeviceServer", | 16 "ui::mojom::InputDeviceServer", |
| 16 "ui::mojom::WindowTreeFactory" | 17 "ui::mojom::WindowTreeFactory" |
| 17 ], | 18 ], |
| 18 // Interfaces provided by mus-gpu for mus-ws. | 19 // Interfaces provided by mus-gpu for mus-ws. |
| 19 "ozone": [ | 20 "ozone": [ |
| 20 "ui::ozone::mojom::DeviceCursor" | 21 "ui::ozone::mojom::DeviceCursor" |
| 21 ], | 22 ], |
| 22 "test": [ | 23 "test": [ |
| 23 "ui::mojom::WindowServerTest" | 24 "ui::mojom::WindowServerTest" |
| 24 ] | 25 ] |
| 25 }, | 26 }, |
| 26 "required": { | 27 "required": { |
| 27 "mojo:ui": { "classes": [ "ozone" ] }, | 28 "mojo:ui": { "classes": [ "ozone" ] }, |
| 28 "*": { "classes": [ "app" ] }, | 29 "*": { "classes": [ "app" ] }, |
| 29 "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] } | 30 "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] } |
| 30 } | 31 } |
| 31 } | 32 } |
| 32 } | 33 } |
| OLD | NEW |