| Index: services/catalog/manifest.json
|
| diff --git a/services/catalog/manifest.json b/services/catalog/manifest.json
|
| index 6e76163b6cba35fc203e63469c2932ec3670e78e..0486dcec9e2999e424b65c0170bdcafd1175faae 100644
|
| --- a/services/catalog/manifest.json
|
| +++ b/services/catalog/manifest.json
|
| @@ -3,11 +3,14 @@
|
| "name": "service:catalog",
|
| "display_name": "Application Resolver",
|
| "capabilities": {
|
| - // Note, this section is provided for documentation only. Classes provided
|
| - // by this service must be stated in code in shell.cc as this manifest is
|
| - // not resolved until after several connections have been made.
|
| + // NOTE: This manifest is for documentation purposes only. Relevant
|
| + // capability spec is defined inline in the ServiceManager implementation.
|
| + //
|
| + // TODO(rockot): Fix this. We can bake this file into ServiceManager at
|
| + // build time or something. Same with service:shell.
|
| "provided": {
|
| - "app": [ "filesystem::mojom::Directory" ]
|
| + "app": [ "filesystem::mojom::Directory" ],
|
| + "control": [ "catalog::mojom::CatalogControl" ]
|
| },
|
| "required": {
|
| "service:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
|
|
|