aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-12-04 15:15:17 +0100
committerChristian Gromm <christian.gromm@microchip.com>2017-12-04 15:15:17 +0100
commitbc0f17d6960df4c9d23a16d6500e49a7d8b37198 (patch)
treec00878f395ca75f8010a8a1ebb2ea43f3a441355
parenta4e2909dadc88dccafb5b1d345ab0bbf408a9271 (diff)
conf.d: wgt: set widget parameters
This patch sets the widget parameters system and value to 'run-by-default' and 'required'. It is needed to have the agl-service-unicens autmatically being started at system start up. Change-Id: Iec294ff756cc932fac3f909e1a3dc4ec20f64528 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
-rw-r--r--conf.d/wgt/config.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 3ad4554..dc368eb 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -8,6 +8,7 @@
<license>APL 2.0</license>
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:hidden" value="required" />
+ <param name="urn:AGL:permission::system:run-by-default" value="required" />
</feature>
<feature name="urn:AGL:widget:provided-api">
<param name="unicens" value="ws" />