general/commsfw_startedservices.xml
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
child 27 5ebd530e523b
equal deleted inserted replaced
25:9d7ce34704c8 26:b564fb5fd78b
     1 <?xml version="1.0"?>
       
     2 
       
     3 <!--
       
     4 Example configuration file for NCPKickStart
       
     5 
       
     6  Version     : $Author: jojokine $
       
     7  Revision    : $Revision: 19099 $
       
     8  Date        : $Date: 2010-01-13 11:44:26 +0200 (ke, 13 tammi 2010) $
       
     9 -->
       
    10 
       
    11 <NcpKickStart>
       
    12 
       
    13 	<!-- Global Configuration items -->
       
    14 	<Configuration>
       
    15 		<Version>1.0</Version>
       
    16 		<LogToFile>true</LogToFile> <!-- true/false, trace to RDebug is always on -->
       
    17 	</Configuration>
       
    18 
       
    19 	<!-- Services and their parameters -->
       
    20 	<OrderedServiceList>
       
    21 
       
    22 		<Service>
       
    23 			<Name>MtcStartupSyncReq</Name>
       
    24 			<Type>MtcIsiMessage</Type>
       
    25 			<Delay>4000000</Delay>
       
    26 		</Service>
       
    27 
       
    28 		<Service>
       
    29 			<Name>MtcStateReq</Name>
       
    30 			<Type>MtcIsiMessage</Type>
       
    31 			<Delay>4000000</Delay>
       
    32 		</Service>
       
    33 
       
    34 <!--
       
    35 		!!! WLan is commented out because loading device drivers cause a boot in Gundam W20 release !!!
       
    36 		<Service>
       
    37 			<Name>WLANPhysicalDeviceDriver</Name>
       
    38 			<Type>DeviceDriver</Type>
       
    39 			<Delay>0</Delay>
       
    40 			<ExtraParameters DeviceDriverType="Physical" DeviceDriverName="wlanpddumac" DeviceDriverFindPattern="wlan.phys"/>
       
    41 		</Service>
       
    42 		<Service>
       
    43 			<Name>WLANLogicalDeviceDriver</Name>
       
    44 			<Type>DeviceDriver</Type>
       
    45 			<Delay>0</Delay>
       
    46 			<ExtraParameters DeviceDriverType="Logical" DeviceDriverName="wlanldd" DeviceDriverFindPattern="wlan"/>
       
    47 		</Service>
       
    48 		<Service>
       
    49 			<Name>WlanInitAndTestCard</Name>
       
    50 			<Type>Special</Type>
       
    51 			<Delay>0</Delay>
       
    52 		</Service>
       
    53 -->
       
    54 		
       
    55 		<!-- This service's implementation was previously part of CStateRunning's
       
    56 			implementation, THIS SERVICE MUST BE STARTED LAST!!! -->
       
    57 		<Service>
       
    58 			<Name>MtcStartupSyncReqAndStateReq</Name>
       
    59 			<Type>FinalMtcIsiMessage</Type>
       
    60 			<Delay>4000000</Delay>
       
    61 		</Service>
       
    62 		
       
    63 		<!-- DO NO ADD ANY SERVICES AFTER MtcStartupSyncReqAndStateReq !!! -->
       
    64 
       
    65 	</OrderedServiceList>
       
    66 
       
    67 </NcpKickStart>