File: btS40.xml

package info (click to toggle)
buteo-sync-plugins 0.8.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,076 kB
  • sloc: cpp: 8,130; xml: 755; sh: 207; perl: 82; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>

<profile name="btS40" type="service">

    <field name="bt_address" />
    <field name="bt_name" />
    
    <key name="bt_uuid" value="00000002-0000-1000-8000-0002ee000002"/>
    
    <key name="destinationtype" value="device"/>
    
    <profile name="syncml" type="client" >
		<key name="use_wbxml" value="true" />
		<key name="Sync Transport" value="OBEX" />
	    <key name="Sync Direction" value="two-way" />
	    <key name="Sync Protocol" value="SyncML11" />
    </profile>

    <profile name="hcalendar" type="storage" >
    	<key name="Local URI" value="./calendar" />
		<key name="Target URI" value="./calendar" />
		<key name="Calendar Format" value="vcalendar" />
    </profile>
    
    <profile name="hnotes" type="storage" >    
    	<key name="Local URI" value="./Notepad" />
		<key name="Target URI" value="./notes" />
    </profile>

    <profile name="hcontacts" type="storage" >
    	<key name="Local URI" value="./contacts" />
		<key name="Target URI" value="./contacts" />
    </profile>

</profile>