diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:34:03 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:34:45 +0900 |
commit | 2162c566e4c427ebc7c93ef3bb273cce4ee6b5ca (patch) | |
tree | 5e1bca314bb3b0ece6824c3894dcf53b9421fe20 /package | |
parent | b79d2e9c18ffcaaa73df03ff908a62fc7603bba5 (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: Ia0736b44b19f0375f216d280ac2be8b3857a8802
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 6cff9d8..e716936 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="lib/libtelephony-binding.so" value="local" /> </feature> <feature name="urn:AGL:widget:required-permission"> |