File: bt.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 (48 lines) | stat: -rw-r--r-- 1,475 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
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>

<profile name="bt" 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 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>
    <!-- Bookmark sync not supported in harmattan 1.0 -->
    <!--
    <profile name="hbookmarks" type="storage" >    
    	<key name="Local URI" value="./bookmarks" />
		<key name="Target URI" value="./bookmarks" />
    </profile>
    -->
    <!-- Uncomment to activate sms sync -->
    <!--
    <profile name="hsms" type="storage" >
        <key name="Local URI" value="./sms" />
        <key name="Target URI" value="./SMS" />
    </profile>
    -->
</profile>