diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:17:53 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:19:06 +0900 |
commit | 16ab0b453ac9a2341342b927c14ceb426e39ff05 (patch) | |
tree | ecd000b48a04fdad05570d17703973c0965dc661 /package/config.xml | |
parent | c320e8202d3347b1513be57786d4d70b55551351 (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: Icfea651ce77f800aab54fd43dfe7d1ca2906099b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package/config.xml b/package/config.xml index 3a8bad8..e284a1a 100644 --- a/package/config.xml +++ b/package/config.xml @@ -2,10 +2,17 @@ <widget xmlns="http://www.w3.org/ns/widgets" id="dashboard" version="0.1"> <name>Dashboard</name> <icon src="icon.svg"/> - <content src="bin/dashboard" type="application/x-executable"/> + <content src="bin/dashboard" type="application/vnd.agl.native"/> <description>This is a demo dashboard application</description> <author>Qt</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> |