<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2002, 2009 IBM.                                          -->
<!-- All rights reserved. This program and the accompanying materials       -->
<!-- are made available under the terms of the Eclipse Public License v1.0  -->
<!-- which accompanies this distribution, and is available at               -->
<!-- http://www.eclipse.org/legal/epl-v10.html                              -->
<!--                                                                        -->
<!-- Contributors:                                                          -->
<!--     IBM - initial API and implementation                               -->
<!-- WARNING: 															    -->
<!-- Consult the hardware manufacturer's technical specifications and User  -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.  -->
<!-- Improper usage may result in damage to the hardware.                   -->

<dkml>
	<transport id="Transport" packagebase="org.eclipse.soda.dk">
		<description>Base Transport</description>
		<provider>Eclipse.org</provider>
		<version>1.2.0</version>
		<vendor>IBM</vendor>
		<incubation>true</incubation>
		<customparameter name="noactivitytimeout" type="long" defaultvalue="10000" required="false" access="false">
			<description>The no activity timeout</description>
			<displayname>No activity timeout</displayname>
			<minimum>1</minimum>
		</customparameter>
		<customparameter name="retrytime" type="long" defaultvalue="1000" required="false" access="false">
			<description>The retry time</description>
			<displayname>No activity timeout</displayname>
			<minimum>1</minimum>
		</customparameter>		
		<customparameter name="transmitretries" type="int" defaultvalue="0" required="false" access="false">
			<description>The transmit retries count</description>
			<displayname>Transmit retries</displayname>
			<minimum>0</minimum>
			<maximum>0</maximum>
		</customparameter>			
		<bundle/>
		<managedbundle/>
		<managedfactorybundle/>
	</transport>
</dkml>