<?xml version="1.0" encoding="UTF-8"?>
<profil> 
	<name>Symbian - Evolution</name> 
	<version>0.1</version>
	<connectiontype>bluetooth</connectiontype>
	<plugins>
		<!--List of plugins to sync and there configuration if needed-->
		<plugin>
			<id>1</id>
			<syncmember>
				<pluginname>gnokii-sync</pluginname>
			</syncmember>
			<servicename></servicename>
			<version>0.22</version>
			<config>
				<connection>bluetooth</connection>
				<port>[MAC_ADDRESS]</port>
				<model>series60</model>
			</config>
		</plugin>
		<plugin>
			<id>2</id>
			<syncmember>
				<pluginname>evo2-sync</pluginname>
			</syncmember>
			<servicename></servicename>
			<version>0.20</version>
			<config>
				<address_path>default</address_path>
				<calendar_path>default</calendar_path>
				<tasks_path>default</tasks_path>
			</config>
		</plugin>
	</plugins>
	<options>
		<!--Option for msynctool command line see man msynctool-->
		<option></option>
	</options>
</profil> 