| Index: services/catalog/manifest.json
|
| diff --git a/services/catalog/manifest.json b/services/catalog/manifest.json
|
| index 384dd6e8db19977bdd08188c058b62ce1612d5a0..de758419c4e5e74ed03d526281ec5b26904f7327 100644
|
| --- a/services/catalog/manifest.json
|
| +++ b/services/catalog/manifest.json
|
| @@ -7,13 +7,16 @@
|
| // 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.
|
| + // build time or something. Same with service:service_manager.
|
| "provided": {
|
| "app": [ "filesystem::mojom::Directory" ],
|
| "control": [ "catalog::mojom::CatalogControl" ]
|
| },
|
| "required": {
|
| - "service:shell": [ "shell:all_users", "shell:explicit_class" ]
|
| + "service:service_manager": [
|
| + "service_manager:all_users",
|
| + "service_manager:explicit_class"
|
| + ]
|
| }
|
| }
|
| }
|
|
|