Index: services/video_capture/service_manifest.json |
diff --git a/services/video_capture/service_manifest.json b/services/video_capture/service_manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f8aaf92ea2fe7ac98cc9d9c1730c558a893c111 |
--- /dev/null |
+++ b/services/video_capture/service_manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "manifest_version": 1, |
+ "name": "mojo:video_capture", |
+ "display_name": "Video Capture", |
+ "capabilities": { |
+ "provided": { |
+ "all": ["*"] |
Ben Goodger (Google)
2016/08/15 22:56:48
Help me understand the interfaces you expect to bi
chfremer
2016/08/15 23:19:47
The service is supposed to have two types of clien
|
+ }, |
+ "required": { |
+ "mojo:shell": { "classes": [ "shell:all_users" ] } |
+ } |
+ } |
+} |