| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "service:catalog", | 2 "name": "service:catalog", |
| 3 "display_name": "Application Resolver", | 3 "display_name": "Application Resolver", |
| 4 "interface_provider_specs": { | 4 "interface_provider_specs": { |
| 5 // NOTE: This manifest is for documentation purposes only. Relevant | 5 // NOTE: This manifest is for documentation purposes only. Relevant |
| 6 // capability spec is defined inline in the ServiceManager implementation. | 6 // capability spec is defined inline in the ServiceManager implementation. |
| 7 // | 7 // |
| 8 // TODO(rockot): Fix this. We can bake this file into ServiceManager at | 8 // TODO(rockot): Fix this. We can bake this file into ServiceManager at |
| 9 // build time or something. Same with service:service_manager. | 9 // build time or something. Same with service:service_manager. |
| 10 "service_manager:connector": { | 10 "service_manager:connector": { |
| 11 "provides": { | 11 "provides": { |
| 12 "app": [ "filesystem::mojom::Directory" ], | 12 "app": [ "filesystem::mojom::Directory" ], |
| 13 "control": [ "catalog::mojom::CatalogControl" ] | 13 "control": [ "catalog::mojom::CatalogControl" ] |
| 14 }, | 14 }, |
| 15 "requires": { | 15 "requires": { |
| 16 "service:service_manager": [ | 16 "service:service_manager": [ "service_manager:all_users" ] |
| 17 "service_manager:all_users", | |
| 18 "service_manager:explicit_class" | |
| 19 ] | |
| 20 } | 17 } |
| 21 } | 18 } |
| 22 } | 19 } |
| 23 } | 20 } |
| OLD | NEW |