diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-12-04 15:15:17 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-04 17:59:37 +0000 |
commit | 152d0a794b10b5fcd3e4d65aa355c3e563158ffe (patch) | |
tree | 860322920514d102168ac1a15fd7ff03f284f4f0 /conf.d/wgt | |
parent | ef89d8b34c65d91355534842dabf2f14c9d5f8b1 (diff) |
conf.d: wgt: set widget parameterseel_4.99.4eel/4.99.44.99.4
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>
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
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" /> |