summaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-02-28 19:31:02 -0500
committerScott Murray <scott.murray@konsulko.com>2017-02-28 19:31:02 -0500
commit27dbd46c4c73964a0fe61cddf30470b4587e17f2 (patch)
treed75dad773096f8864ea8106f3fb3ed95527632ca /package/config.xml
parente5e26112bb44b62eaeadf1ec2e9b3253352f70f8 (diff)
Import latest code from CES2017 repo
Change-Id: Id7ad21f47ea50d15156171a7dfa139da46c4f977 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r--package/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
new file mode 100644
index 0000000..82257d0
--- /dev/null
+++ b/package/config.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="phone" version="0.1">
+ <name>Phone</name>
+ <icon src="icon.svg"/>
+ <content src="bin/phone" type="application/x-executable"/>
+ <description>This is a demo phone application</description>
+ <author>Qt</author>
+ <license>APL 2.0</license>
+</widget>
+
+