Index: mash/wm/manifest.json |
diff --git a/mash/wm/manifest.json b/mash/wm/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..376c703cccc5a3c64b1d68ac3dea711bfd31d4fe |
--- /dev/null |
+++ b/mash/wm/manifest.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "name": "wm", |
+ "display_name": "Window Manager", |
+ "interface_provider_specs": { |
+ "service_manager:connector": { |
+ "requires": { |
+ "ui": [ "ui:window_manager" ] |
+ } |
+ } |
+ } |
+} |