diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-17 17:49:24 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-11-17 17:50:30 +0900 |
commit | 0b0ce69a07a977707d77169cf7e061bb9c429b67 (patch) | |
tree | 262387c36e43e1ae888798fa8a0be1e9fd4827a8 /package/config.xml | |
parent | aa15796ee333339673a8b4ac5468050a9a5b7f93 (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: Ib1a2f85dec9224c02f5b8b1875c6cb02eb560ee9
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'package/config.xml')
-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 9ff2ba3..a8047f7 100644 --- a/package/config.xml +++ b/package/config.xml @@ -8,6 +8,8 @@ <license>APL 2.0</license> <feature name="urn:AGL:widget:required-api"> <param name="steering-wheel" value="ws" /> + <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" /> |