summaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-10 20:17:52 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-11-21 23:11:00 -0800
commit420321d7da0abecc4d49c4c0cb8bcd3b22269e1a (patch)
tree03cafb80c6a40631981ad4dfb34b01b539d9fcb0 /package/config.xml
parenta38332a2e10fb1f02e6c0864367c18a9c634ff6f (diff)
nagivation: initial import of Qt MapViewer demo
This source code is from the qtlocation repos examples Some modifications are: * Building for .wgt package along with geoclue + gps permissions * Change QML StackView push() methods to QtQuick Control 2 syntax * Remove menubar and replace with Button elements on main page Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r--package/config.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
new file mode 100644
index 0000000..eec243d
--- /dev/null
+++ b/package/config.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="navigation" version="0.1">
+ <name>Navigation</name>
+ <icon src="icon.svg"/>
+ <content src="bin/navigation" type="application/vnd.agl.native"/>
+ <description>This is a demo application for navigation</description>
+ <author>Matt Ranostay &lt;matt.ranostay@konsulko.com&gt;</author>
+ <license>APL 2.0</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="gps" 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" />
+ </feature>
+</widget>