<?xml version="1.0"?>
<!--
Example configuration file for NCPKickStart
Version : $Author: jojokine $
Revision : $Revision: 19099 $
Date : $Date: 2010-01-13 11:44:26 +0200 (ke, 13 tammi 2010) $
-->
<NcpKickStart>
<!-- Global Configuration items -->
<Configuration>
<Version>1.0</Version>
<LogToFile>true</LogToFile> <!-- true/false, trace to RDebug is always on -->
</Configuration>
<!-- Services and their parameters -->
<OrderedServiceList>
<Service>
<Name>MtcStartupSyncReq</Name>
<Type>MtcIsiMessage</Type>
<Delay>4000000</Delay>
</Service>
<Service>
<Name>MtcStateReq</Name>
<Type>MtcIsiMessage</Type>
<Delay>4000000</Delay>
</Service>
<!--
!!! WLan is commented out because loading device drivers cause a boot in Gundam W20 release !!!
<Service>
<Name>WLANPhysicalDeviceDriver</Name>
<Type>DeviceDriver</Type>
<Delay>0</Delay>
<ExtraParameters DeviceDriverType="Physical" DeviceDriverName="wlanpddumac" DeviceDriverFindPattern="wlan.phys"/>
</Service>
<Service>
<Name>WLANLogicalDeviceDriver</Name>
<Type>DeviceDriver</Type>
<Delay>0</Delay>
<ExtraParameters DeviceDriverType="Logical" DeviceDriverName="wlanldd" DeviceDriverFindPattern="wlan"/>
</Service>
<Service>
<Name>WlanInitAndTestCard</Name>
<Type>Special</Type>
<Delay>0</Delay>
</Service>
-->
<!-- This service's implementation was previously part of CStateRunning's
implementation, THIS SERVICE MUST BE STARTED LAST!!! -->
<Service>
<Name>MtcStartupSyncReqAndStateReq</Name>
<Type>FinalMtcIsiMessage</Type>
<Delay>4000000</Delay>
</Service>
<!-- DO NO ADD ANY SERVICES AFTER MtcStartupSyncReqAndStateReq !!! -->
</OrderedServiceList>
</NcpKickStart>