Index: services/catalog/manifest.json |
diff --git a/services/catalog/manifest.json b/services/catalog/manifest.json |
index 02897dd32371bc6f41fcb8a8c9b3ac1741fa3a0c..fb304dc2d6ac08046864e4191344f8b6c5727f75 100644 |
--- a/services/catalog/manifest.json |
+++ b/services/catalog/manifest.json |
@@ -3,8 +3,14 @@ |
"name": "mojo: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. |
+ "provided": { |
+ "app": [ "filesystem::Directory" ] |
+ }, |
"required": { |
- "mojo:shell": { "classes": [ "shell:all_users" ] } |
+ "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] } |
} |
} |
} |