diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:35:02 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:35:02 +0900 |
commit | f73b7d3c7a127c488ebb544ee247a8ab0dba7166 (patch) | |
tree | c74d76ed7bb17abcb2589a617b6c4941abed94e3 /package | |
parent | c46a56ac144e7399f2172e56a7a22d46d580c830 (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: Ia3fc024b1f10acf9aa9dab56cd5336db83089019
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml index 9d59089..bc50257 100644 --- a/package/config.xml +++ b/package/config.xml @@ -7,6 +7,8 @@ <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" /> <param name="radio" value="ws" /> </feature> <feature name="urn:AGL:widget:required-permission"> |