Index: components/resource_provider/unittests_manifest.json |
diff --git a/components/resource_provider/unittests_manifest.json b/components/resource_provider/unittests_manifest.json |
index 30b91bfb2089086d8454a9dcb7b4243f86ad1b4e..d2c6d6ae2d361d43b6efbba8c6e725551b8e32f3 100644 |
--- a/components/resource_provider/unittests_manifest.json |
+++ b/components/resource_provider/unittests_manifest.json |
@@ -1,5 +1,10 @@ |
{ |
+ "manifest_version": 1, |
"name": "exe:resource_provider_unittests", |
"display_name": "Resource Provider Unittests", |
- "capabilities": { "*": [ "*" ] } |
+ "capabilities": { |
+ "required": { |
+ "*": { "interfaces": [ "*" ] } |
+ } |
+ } |
} |