diff options
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml new file mode 100644 index 0000000..419acbc --- /dev/null +++ b/package/config.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="agl-service-bluetooth" version="1.0"> + <name>agl-service-bluetooth</name> + <icon src="icon.svg"/> + <content src="config.xml" type="application/vnd.agl.service"/> + <description>Bluetooth binding service</description> + <author>Tasuku Suzuki <tasuku.suzuki@qt.io></author> + <license>APL2.0</license> + <feature name="urn:AGL:widget:provided-api"> + <param name="Bluetooth-Manager" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-api"> + <param name="lib/libagl-bluetooth-binding.so" value="local" /> + </feature> +</widget> |