Index: mash/simple_wm/manifest.json |
diff --git a/mash/simple_wm/manifest.json b/mash/simple_wm/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6df0144339498f42abd7ada32d468ee0281a345c |
--- /dev/null |
+++ b/mash/simple_wm/manifest.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "name": "simple_wm", |
+ "display_name": "Simple Window Manager", |
+ "interface_provider_specs": { |
+ "service_manager:connector": { |
+ "requires": { |
+ "*": [ "app" ], |
+ "ui": [ "ui:window_manager", "ui:gpu_client" ] |
sky
2016/11/30 21:25:46
You shouldn't need ui:gpu_client (ui:window_manage
|
+ } |
+ } |
+ } |
+} |