diff options
author | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-09 20:05:35 +0900 |
---|---|---|
committer | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-13 15:15:33 +0900 |
commit | 311d8f14ceec5b57066228f7ada4483cc4598c80 (patch) | |
tree | fde557a29d03e8e1b221f465de14b787f42daf0e /config.xml.in | |
parent | 8751c24a726afeb0d65e9aeb031fe7c9240cb5b4 (diff) |
add standalone wifi app
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
Diffstat (limited to 'config.xml.in')
-rwxr-xr-x | config.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.xml.in b/config.xml.in new file mode 100755 index 0000000..b403953 --- /dev/null +++ b/config.xml.in @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> + <name>Wifi Settings</name> + <icon src="icon.png"/> + <content src="qml/@PROJECT_NAME@/@PROJECT_NAME@-app.qml" type="application/vnd.agl.qml.hybrid"/> + <description>Wifi Settings application</description> + <author>ALPS (Milan Srdinko <msrdinko@alps.cz>, Srimaldia Hariasti <hariasti.srimaldia-1@jp.alps.com>)</author> + <license>APL 2.0</license> +</widget> |