aboutsummaryrefslogtreecommitdiffstats
path: root/config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml.in')
-rw-r--r--config.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.xml.in b/config.xml.in
new file mode 100644
index 0000000..8cf7ff5
--- /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>Bluetooth 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 (Jiajun Gu&lt;jiajun.gu@cn.alps.com&gt;, Yidong Miao&lt;yidong.miao@cn.alps.com&gt;)</author>
+ <license>APL 2.0</license>
+</widget>