diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 18:55:58 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 18:55:58 -0500 |
commit | 4dd6163184a243f80d6324c61d674383e88e9ba5 (patch) | |
tree | 310989d83061df6f6dbfee36ad512f21392cdd14 /package/config.xml | |
parent | 902c481576149103463758069115ed4df612fd18 (diff) |
Import latest Chinook code from CES2017 repochinook_3.0.4chinook_3.0.3chinook/3.0.4chinook/3.0.33.0.43.0.3chinook
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 11 |
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> + + |