summaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-02-28 18:55:58 -0500
committerScott Murray <scott.murray@konsulko.com>2017-02-28 18:55:58 -0500
commit4dd6163184a243f80d6324c61d674383e88e9ba5 (patch)
tree310989d83061df6f6dbfee36ad512f21392cdd14 /package/config.xml
parent902c481576149103463758069115ed4df612fd18 (diff)
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196 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..a96d0b7
--- /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="radio" version="0.1">
+ <name>Radio</name>
+ <icon src="icon.svg"/>
+ <content src="bin/radio" type="application/x-executable"/>
+ <description>This is a demo Radio application</description>
+ <author>Qt</author>
+ <license>APL 2.0</license>
+</widget>
+
+