aboutsummaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-11-14 22:33:09 +0900
committerScott Murray <scott.murray@konsulko.com>2017-11-14 22:33:09 +0900
commit3336a398bb8ae52b74affc00dcd03342592c5fd6 (patch)
treec5aea5c4fab725492143a28532f6fedf4ab0868e /package/config.xml
parent9147d58239a4e443560dc4f14a1de21dcfc75827 (diff)
Porting to new HMI Frameworkeel_4.99.3eel/4.99.34.99.3
Changes following guidelines given in "Kickstart: New HMI Framework" document at: https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf Change-Id: Iacfb8ad1a6851d0ca9bbcc1815ef5f0822b3836c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r--package/config.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/config.xml b/package/config.xml
index 833cf86..bee25a0 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -2,10 +2,17 @@
<widget xmlns="http://www.w3.org/ns/widgets" id="mixer" version="0.1">
<name>Mixer</name>
<icon src="icon.svg"/>
- <content src="bin/mixer" type="application/x-executable"/>
+ <content src="bin/mixer" type="application/vnd.agl.native"/>
<description>Simple PulseAudio mixer app</description>
<author>Matt Porter &lt;mporter@konsulko.com&gt;</author>
<license>APL 2.0</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="windowmanager" value="ws" />
+ <param name="homescreen" value="ws" />
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
</widget>