| OLD | NEW |
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "service:shell", | 3 "name": "service:shell", |
| 4 "display_name": "Service Manager", | 4 "display_name": "Service Manager", |
| 5 "capabilities": { | 5 "capabilities": { |
| 6 // NOTE: This manifest is for documentation purposes only. Relevant | 6 // NOTE: This manifest is for documentation purposes only. Relevant |
| 7 // capability spec is defined inline in the ServiceManager implementation. | 7 // capability spec is defined inline in the ServiceManager implementation. |
| 8 // | 8 // |
| 9 // TODO(rockot): Fix this. We can bake this file into ServiceManager at | 9 // TODO(rockot): Fix this. We can bake this file into ServiceManager at |
| 10 // build time or something. Same with service:catalog. | 10 // build time or something. Same with service:catalog. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 // capability interface sets. | 27 // capability interface sets. |
| 28 "shell:explicit_class": [ ], | 28 "shell:explicit_class": [ ], |
| 29 | 29 |
| 30 "shell:service_manager": [ "shell::mojom::ServiceManager" ] | 30 "shell:service_manager": [ "shell::mojom::ServiceManager" ] |
| 31 }, | 31 }, |
| 32 "required": { | 32 "required": { |
| 33 "service:shell": [ "shell:all_users" ] | 33 "service:shell": [ "shell:all_users" ] |
| 34 } | 34 } |
| 35 } | 35 } |
| 36 } | 36 } |
| OLD | NEW |