aboutsummaryrefslogtreecommitdiffstats
path: root/package/config.xml
blob: ef9228cc5f5e3f5194e02c81d6e2f1a6a21ae6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 &lt;tasuku.suzuki@qt.io&gt;</author>
  <license>APL2.0</license>
  <feature name="urn:AGL:widget:required-permission">
    <param name="urn:AGL:permission::public:hidden" value="required" />
    <param name="http://tizen.org/privilege/internal/dbus" value="required" />
  </feature>
  <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>