Beta merge 2
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Bluetooth / config.xml
1 <?xml version="1.0" ?>
2 <!DOCTYPE plugin-properties SYSTEM "/usr/etc/tizen-apis/config.dtd">
3 <plugin-properties>
4         <library-name>libwrt-plugins-tizen-1.0-bluetooth.so</library-name>
5         <feature-install-uri>bluetooth.install.uri</feature-install-uri>
6         <feature-key-cn>SAMSUNG plugin group</feature-key-cn>
7         <feature-root-cn>SAMSUNG certificate authority</feature-root-cn>
8         <feature-root-fingerprint>AAAABBBBCCCCDDDEEEE0000</feature-root-fingerprint>
9
10         <api-feature>
11                 <name>http://tizen.org/api/bluetooth</name>
12                 <device-capability>bluetooth</device-capability>
13                 <Object name="bluetooth">
14                 </Object>
15         </api-feature>
16         <api-feature>
17                 <name>http://tizen.org/api/bluetooth</name>
18                 <Object name="adapter">
19                         <Function name="setPowered" />
20                         <Function name="setVisible" />
21                         <Function name="discoverDevices" />
22                         <Function name="stopDiscovery" />
23                         <Function name="getKnownDevices" />
24                         <Function name="getDevice" />
25                         <Function name="createBonding" />
26                         <Function name="destroyBonding" />
27                         <Function name="registerRFCOMMServiceByUUID" />
28                         <Function name="unregisterRFCOMMService" />
29                 </Object>
30                 <Object name="BluetoothDevice">
31                         <Function name="connectToServiceByUUID" />
32                 </Object>
33                 <Object name="BluetoothSocket">
34                         <Function name="setSocketNotifier" />
35                         <Function name="writeData" />
36                         <Function name="readData" />
37                         <Function name="close" />
38                 </Object>
39                 <Object name="BluetoothClass">
40                         <Function name="hasService" />
41                 </Object>
42         </api-feature>
43         <api-feature>
44                 <name>http://tizen.org/api/bluetooth.gap</name>
45                 <device-capability>bluetooth.gap</device-capability>
46                 <Object name="adapter">
47                         <Function name="setPowered" />
48                         <Function name="setVisible" />
49                         <Function name="discoverDevices" />
50                         <Function name="stopDiscovery" />
51                         <Function name="getKnownDevices" />
52                         <Function name="getDevice" />
53                         <Function name="createBonding" />
54                         <Function name="destroyBonding" />
55                         <Function name="registerRFCOMMServiceByUUID" />
56                 </Object>
57         </api-feature>
58         <api-feature>
59                 <name>http://tizen.org/api/bluetooth.spp</name>
60                 <device-capability>bluetooth.spp</device-capability>
61                 <Object name="BluetoothDevice">
62                         <Function name="connectToServiceByUUID" />
63                 </Object>
64                 <Object name="BluetoothSocket">
65                         <Function name="setSocketNotifier" />
66                         <Function name="writeData" />
67                         <Function name="readData" />
68                         <Function name="close" />
69                 </Object>
70                 <Object name="BluetoothClass">
71                         <Function name="hasService" />
72                 </Object>
73         </api-feature>
74 </plugin-properties>
75