summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-06-26 12:45:46 -0400
committerScott Murray <scott.murray@konsulko.com>2019-06-26 12:48:03 -0400
commitfb88a1aad8654810e51c04c918468b623ac9e92e (patch)
tree92724aa788de77af031fbcc1d237c9be7a7eb071 /conf.d
parentdfc4fc4ffdabdc6a75b1a62e869bc16c297b8d89 (diff)
Set new platform scope and audio permissions, as there should only be one instance of this service and it needs access to audio devices. Bug-AGL: SPEC-2573 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I2b5222bc4437b7cf52edd00ca0060fc37e2cae64
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index c360066..a323255 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -8,8 +8,10 @@
<license>@PROJECT_LICENSE@</license>
<feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::partner:scope-platform" value="required" />
<param name="urn:AGL:permission::public:hidden" value="required" />
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ <param name="urn:AGL:permission::public:audio" value="required" />
</feature>
<feature name="urn:AGL:widget:file-properties">