diff options
author | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-09 19:58:35 +0900 |
---|---|---|
committer | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-09 19:58:35 +0900 |
commit | 3c299579ce714726b268f8f345bd5981426942d5 (patch) | |
tree | 5a137a6b3a1b41a3b809e27dfbe40da091e0ea26 /config.xml.in | |
parent | fb7d55151950ddd391e33afefb5297ad562f1b0d (diff) |
add standalone BT app
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
Diffstat (limited to 'config.xml.in')
-rw-r--r-- | config.xml.in | 9 |
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<jiajun.gu@cn.alps.com>, Yidong Miao<yidong.miao@cn.alps.com>)</author> + <license>APL 2.0</license> +</widget> |