build.config.xml
changeset 60 9a7e3d5f461a
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel?, build?)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (logicalset* | module*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   levels CDATA #IMPLIED
       
    12   span CDATA #IMPLIED>
       
    13  <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
       
    14  <!ATTLIST logicalset 
       
    15   name CDATA #REQUIRED
       
    16   levels CDATA #IMPLIED  
       
    17   span CDATA #IMPLIED
       
    18   level CDATA #IMPLIED>
       
    19  <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
       
    20  <!ATTLIST logicalsubset name CDATA #REQUIRED>
       
    21  <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
       
    22  <!ATTLIST module
       
    23   name CDATA #REQUIRED
       
    24   level CDATA #IMPLIED>
       
    25  <!ELEMENT component (unit* | package* | prebuilt*)*>
       
    26  <!ATTLIST component name CDATA #REQUIRED>
       
    27  <!ELEMENT unit EMPTY>
       
    28  <!ATTLIST unit
       
    29   unitID ID #REQUIRED
       
    30   name CDATA #REQUIRED
       
    31   mrp CDATA #REQUIRED
       
    32   filter CDATA #IMPLIED
       
    33   bldFile CDATA #REQUIRED
       
    34   priority CDATA #IMPLIED
       
    35   contract CDATA #IMPLIED>
       
    36  <!ELEMENT package EMPTY>
       
    37  <!ATTLIST package
       
    38   name CDATA #REQUIRED
       
    39   mrp CDATA #REQUIRED
       
    40   filter CDATA #IMPLIED
       
    41   contract CDATA #IMPLIED>
       
    42  <!ELEMENT prebuilt EMPTY>
       
    43  <!ATTLIST prebuilt
       
    44   name CDATA #REQUIRED
       
    45   version CDATA #REQUIRED
       
    46   late (Y|N) #IMPLIED
       
    47   filter CDATA #IMPLIED
       
    48   contract CDATA #IMPLIED>
       
    49  <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
       
    50  <!ELEMENT unitList (unitRef+)>
       
    51  <!ATTLIST unitList
       
    52   name ID #REQUIRED
       
    53   description CDATA #REQUIRED>
       
    54  <!ELEMENT unitRef EMPTY>
       
    55  <!ATTLIST unitRef unit IDREF #REQUIRED>
       
    56  <!ELEMENT targetList EMPTY>
       
    57  <!ATTLIST targetList
       
    58   name ID #REQUIRED
       
    59   description CDATA #REQUIRED
       
    60   target IDREFS #REQUIRED>
       
    61  <!ELEMENT target EMPTY>
       
    62  <!ATTLIST target
       
    63   name ID #REQUIRED
       
    64   abldTarget CDATA #REQUIRED
       
    65   description CDATA #REQUIRED>
       
    66  <!ELEMENT option EMPTY>
       
    67  <!ATTLIST option
       
    68   name ID #REQUIRED
       
    69   abldOption CDATA #REQUIRED
       
    70   description CDATA #REQUIRED
       
    71   enable (Y | N | y | n) #REQUIRED>
       
    72  <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
       
    73  <!ATTLIST configuration
       
    74   name ID #REQUIRED
       
    75   description CDATA #REQUIRED
       
    76   filter CDATA #REQUIRED>
       
    77  <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
       
    78  <!ELEMENT unitListRef EMPTY>
       
    79  <!ATTLIST unitListRef unitList IDREF #REQUIRED>
       
    80  <!ELEMENT layerRef EMPTY>
       
    81  <!ATTLIST layerRef layerName CDATA #REQUIRED>
       
    82  <!ELEMENT buildLayer EMPTY>
       
    83  <!ATTLIST buildLayer
       
    84   command CDATA #REQUIRED
       
    85   targetList IDREFS #IMPLIED
       
    86   unitParallel (Y | N | y | n) #REQUIRED
       
    87   targetParallel (Y | N | y | n) #IMPLIED>
       
    88  <!ELEMENT specialInstructions EMPTY>
       
    89  <!ATTLIST specialInstructions
       
    90   name CDATA #REQUIRED
       
    91   cwd CDATA #REQUIRED
       
    92   command CDATA #REQUIRED>
       
    93  <!ENTITY layer_real_source_path "/sf/os/lbs" >
       
    94 ]>
       
    95 <SystemDefinition name="LBS" schema="1.4.0">
       
    96   <systemModel>
       
    97 		<layer name="os_layer">
       
    98 			<module name="Location Management">
       
    99 				<unit name="LocationMonitor" unitID="lsdo.locmonitor" bldFile="sf\os\lbs\locationmgmt\locmonitor\lbslocmonitorserver\group" mrp="sf\os\lbs\locationmgmt\locmonitor\lbslocmonitorserver\group\lbs_locationmonitor.mrp"/>
       
   100 				<unit name="A-GPS Location Manager" unitID="lsdo.agpslocationmgr" bldFile="sf\os\lbs\locationmgmt\agpslocationmgr\group" mrp="sf\os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
       
   101 				<unit name="Network Location Manager" unitID="lsdo.networklocationmgr" bldFile="sf\os\lbs\locationmgmt\networklocationmgr\group" mrp="sf\os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
       
   102 				<unit name="Location Core" unitID="lsdo.locationcore" bldFile="sf\os\lbs\locationmgmt\locationcore\group" mrp="sf\os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
       
   103 				<unit name="Network Gateway" unitID="lsdo.networkgateway" bldFile="sf\os\lbs\locationmgmt\networkgateway\group" mrp="sf\os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
       
   104 			</module>
       
   105 	
       
   106 			<module name="Generic Positioning Plugins">
       
   107 				<unit name="Default Positioning Module" unitID="lsdo.defaultpositioningmodule" bldFile="sf\os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="sf\os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
       
   108 				<unit name="Bluetooth GPS Positioning Module" unitID="lsdo.bluetoothgpspositioningmodule" bldFile="sf\os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="sf\os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
       
   109 				<unit name="Simulation Positioning Module" unitID="lsdo.simulationpositioningmodule" bldFile="sf\os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="sf\os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
       
   110 				<unit name="GPS/A-GPS Positioning Module" unitID="lsdo.gpspositioningmodule" bldFile="sf\os\lbs\datasourcemodules\gpspositioningmodule\group" mrp="sf\os\lbs\datasourcemodules\locationcore\group\lbs_agps_positioning_module.mrp"/>
       
   111 				<unit name="Network Positioning Module" unitID="lsdo.networkpositioningmodule" bldFile="sf\os\lbs\datasourcemodules\networkpositioningmodule\group" mrp="sf\os\lbs\datasourcemodules\networkpositioningmodule\group\lbs_network_positioning_module.mrp"/>
       
   112 				<unit name="APE SUPL Positioning Module" unitID="lsdo.locationapesuplpsy" bldFile="sf\os\lbs\datasourcemodules\locationapesuplpsy\group" mrp="sf\os\lbs\datasourcemodules\locationapesuplpsy\group\lbs_ape_supl_positioning_module.mrp"/>
       
   113 			</module>
       
   114 	
       
   115 			<module name="Data Source Adaptation">
       
   116 				<unit name="GPS Data Source Adaptation" unitID="lsdo.gpsdatasourceadaptation" bldFile="sf\os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="sf\os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
       
   117 			</module>
       
   118 	
       
   119 			<module name="Location Request Management">
       
   120 				<unit name="Location Server" unitID="lsdo.locationserver" bldFile="sf\os\lbs\locationrequestmgmt\locationserver\group" mrp="sf\os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
       
   121 				<unit name="Network Request Handler" unitID="lsdo.networkrequesthandler" bldFile="sf\os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="sf\os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
       
   122 			</module>
       
   123 	
       
   124 			<module name="Network Protocol Modules">
       
   125 				<unit name="Privacy Protocol Module" unitID="lsdo.privacyprotocolmodule" bldFile="sf\os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="sf\os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
       
   126 				<unit name="SUPL Proxy Protocol Module" unitID="lsdo.suplproxyprotocolmodule" bldFile="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\group" mrp="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\group\lbs_suplproxyprotocolmodule.mrp"/>
       
   127 			</module>
       
   128 			
       
   129 			<module name="Locating Services Tests">
       
   130 				<unit name="Locating Services Tests" unitID="lsdo.locatingservicetests" bldFile="sf\os\lbs\lbstest\locationprotocoltest\group" mrp="sf\os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
       
   131 			</module>
       
   132 						
       
   133 			<module name="items NOT contained within package_definition.xml">
       
   134 				<!--	temp: can't build for now as lives in mw (sf\mw\locationsrv\genericpositioningplugins\locationnpppsy\group)
       
   135 				<unit name="NPP PSY" unitID="lsdo.npppsy" bldFile="sf\os\lbs\datasourcemodules\locationnpppsy\group" mrp=""/>
       
   136 				-->
       
   137 				<unit name="SUPL PSY" unitID="lsdo.suplpsy" bldFile="sf\os\lbs\datasourcemodules\locationapesuplpsy\group" mrp=""/>
       
   138 				<unit name="SUPL Protocol Module" unitID="lsdo.suplprotocolmodule" bldFile="sf\os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="sf\os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
       
   139 				<!-- lrm: temp. Need to build this to export the hacked version that logs in urel -->
       
   140 				<unit name="SUPL DEV LOGGER" unitID="lsdo.supldevlogger" bldFile="sf\os\lbs\networkprotocolmodules\networkpmutils\supldevlogger\group" mrp=""/>					
       
   141 			</module>						
       
   142 								
       
   143 	 	</layer> <!-- os_layer-->
       
   144 
       
   145 
       
   146 	 	<layer name="api_test_layer">
       
   147 	 		
       
   148 			<!-- The following test components just need to be built (hence lbs_testhelpers build filter rather than a rom filter) -->
       
   149 			
       
   150 			<!-- test utilities -->	
       
   151 			<module name="LBS Test Utils">			
       
   152 				<unit name="lbstestutils" unitID="lsdo.testutils.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbstestutils\group" mrp="" filter="lbs_testhelpers" />
       
   153 			</module>
       
   154 			
       
   155 			<module name="LBS Test Channel"> <!-- lbstestutils needs this to be built -->		
       
   156 				<unit name="lbstestchannel" unitID="lsdo.testchannel.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbstestchannel\group" mrp="" filter="lbs_testhelpers" />
       
   157 			</module>							
       
   158 			
       
   159 			<module name="Location Protocol Test Components">		
       
   160 				<unit name="lbsnetworktest" unitID="lsdo.lbsnetworktest.test" bldFile="sf\os\lbs\lbstest\locationprotocoltest\group" mrp="" filter="lbs_testhelpers" />
       
   161 			</module>
       
   162 						
       
   163 			<module name="Test AGPS Module">		
       
   164 				<unit name="ctagpsmodule" unitID="lsdo.testagpsmod.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpsmodule\group" mrp="" filter="lbs_testhelpers" />
       
   165 			</module>			
       
   166 			
       
   167 			<module name="Test AGPS Hybrid Module">		
       
   168 				<unit name="ctagpshybridmodule" unitID="lsdo.testagpshybridmod.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpshybridmodule\group" mrp="" filter="lbs_testhelpers" />
       
   169 			</module>			
       
   170 			
       
   171 			<module name="Simple Assistance Provider">			
       
   172 				<unit name="ctsimpleprovider" unitID="lsdo.simpleprovider.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpsdataproviders\simpleprovider\group" mrp="" filter="lbs_testhelpers" />
       
   173 			</module>	
       
   174 			
       
   175 			<module name="Supl Assistance Provider">			
       
   176 				<unit name="suplprovider" unitID="lsdo.suplprovider.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpsdataproviders\suplprovider\group" mrp="" filter="lbs_testhelpers" />
       
   177 			</module>	
       
   178 			
       
   179 			<module name="LBS Test Server">			
       
   180 				<unit name="lbstestserver" unitID="lsdo.lbstestserver.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\internal\lbstestserver\group" mrp="" filter="lbs_testhelpers" />
       
   181 			</module>	
       
   182 				
       
   183 			<module name="Developer Log Control">		
       
   184 				<unit name="t_devlogcontrol" unitID="lsdo.devlogcontrol.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\internal\devlogcontrol\group" mrp="" filter="lbs_testhelpers" />
       
   185 			</module>	
       
   186 																						
       
   187 			<module name="BT GPS Simulator">		
       
   188 				<unit name="btgpssim" unitID="lsdo.btgpssim.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\internal\btgpssim\group" mrp="" filter="lbs_testhelpers" />
       
   189 			</module>	
       
   190 			
       
   191 			<module name="Internal Test Utils">		
       
   192 				<unit name="te_lbstestutils" unitID="lsdo.internaltestutils.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\internal\lbstestutils\group" mrp="" filter="lbs_testhelpers" />
       
   193 			</module>							
       
   194 					
       
   195 			<module name="Privacy FW Support">			
       
   196 				<unit name="lbsprivacyfwsupport" unitID="lsdo.lbsprivacyfw.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsprivacyfw\group" mrp="" filter="lbs_testhelpers" />
       
   197 			</module>							
       
   198 					
       
   199 			<module name="Network Simulator">	
       
   200 				<unit name="netsim" unitID="lsdo.netsim.test" bldFile="sf\os\lbs\networkprotocolmodules\networkprotocolmodule\LbsNetSim\group" mrp="" filter="lbs_testhelpers" />
       
   201 			</module>
       
   202 		
       
   203 			<module name="SUPL Utils">			
       
   204 				<unit name="suplutils" unitID="lsdo.suplutils.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\tools\suplutils\group" mrp="" filter="lbs_testhelpers" />
       
   205 			</module>	
       
   206 			
       
   207 			<module name="TMG (SUPL Message Generator)">			
       
   208 				<unit name="tmg" unitID="lsdo.tmg.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\tools\tmg\group" mrp="" filter="lbs_testhelpers" />
       
   209 			</module>	
       
   210 			
       
   211 			<module name="PSY Tester PSYs">			
       
   212 				<unit name="psytestertestpsys" unitID="lsdo.psytestertestpsys.test" bldFile="sf\os\lbs\datasourceadaptation\gpsdatasourceadaptation\psytester\test\testpsys\group" mrp="" filter="lbs_testhelpers" />
       
   213 			</module>	
       
   214 			
       
   215 			<module name="CenRep Stub Sis">	
       
   216 				<!-- allows .cre installation for test psys -->		
       
   217 				<unit name="cenrepstubsisrom" unitID="lsdo.cenrepstubsisrom.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\common\group" mrp="" filter="lbs_testhelpers" />
       
   218 			</module>	
       
   219 	
       
   220 			<module name="S60 Privacy FW">			
       
   221 				<unit name="nilelbsplugin" unitID="lsdo.nilelbsplugin.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\s60privacyfw\group" mrp="" filter="lbs_testhelpers" />
       
   222 			</module>	
       
   223 			
       
   224 			<!-- these seem to be needed by sppm integration test -->
       
   225 			<module name="GetAFixUtils"> 
       
   226 				<unit name="getafixutils" unitID="lsdo.getafixutils.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\hybridprotocolmodule\group" mrp="" filter="lbs_testhelpers" />
       
   227 			</module>		
       
   228 			
       
   229 			<!-- Needed for the GPS, AGPS & NET PSY unit tests-->
       
   230 			<module name="Generic PSY Test"> 
       
   231 				<unit name="te_lbsgenericpsytest" unitID="lsdo.lbsgenericpsytest.test" bldFile="sf\os\lbs\datasourceadaptation\gpsdatasourceadaptation\common\test\lbsgenericpsytest\group" mrp="" filter="lbs_testhelpers" />
       
   232 			</module>					
       
   233 			<!--Added for te_lbsnrhsuite2 -->
       
   234 			<module name="Test NRH"> 
       
   235 				<unit name="testNRH" unitID="lsdo.testNRH.test" bldFile="sf\os\lbs\locationrequestmgmt\networkrequesthandler\test\group" mrp="" filter="lbs_testhelpers" />
       
   236 			</module>					
       
   237 			
       
   238 			<!-- Tests -->
       
   239 	
       
   240 			<!-- General Unit Test ROM -->		
       
   241 			<module name="LBS Unit ROM Tests">		
       
   242 				<!-- Loc Monitor Unit Tests -->
       
   243 				<!-- moved below (need integ rom?) <unit name="locmontests" unitID="lsdo.locmontests" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\group" mrp="" filter="lbs_integtest_rom" /> 			 -->
       
   244 				
       
   245 				<!-- Misc1 Unit Tests -->
       
   246 				<unit name="te_lbsadminsuite" unitID="lsdo.adminsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\test\group" mrp="" filter="lbs_integtest_rom"/>				
       
   247 				<unit name="te_lbsassistancedatasuite" unitID="lsdo.assistancedatasuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsassistancedata\test\group" mrp="" filter="lbs_integtest_rom" />
       
   248 				<unit name="te_lbsapisuite" unitID="lsdo.clientapisuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsclient\lbsapi\test\te_lbsapi\group" mrp="" filter="lbs_integtest_rom" />
       
   249 				<unit name="te_lbsdebugsuite" unitID="lsdo.debugtestsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsdebug\test\te_lbsdebug\group" mrp="" filter="lbs_integtest_rom" />
       
   250 				<unit name="te_lbsinternalapitestsuite" unitID="lsdo.internalapisuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsinternalapi\te_lbsinternalapitest\group" mrp="" filter="lbs_integtest_rom" />
       
   251 				<unit name="te_lbslogger" unitID="lsdo.loggersuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbslogging\te_lbslogging\group" mrp="" filter="lbs_integtest_rom" />
       
   252 				<unit name="te_lbsnetinternaltestsuite" unitID="lsdo.netinternalapisuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsnetinternalapi\test\te_lbsnetinternaltest\group" mrp="" filter="lbs_integtest_rom" />
       
   253 				<unit name="te_defproxysuite" unitID="lsdo.defproxysuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\defaultpositioningmodule\test\te_defproxy\group" mrp="" filter="lbs_integtest_rom" />	
       
   254 				<unit name="lbsnetgatewayprotocoltest" unitID="lsdo.netprotocol.test" bldFile="sf\os\lbs\locationmgmt\networkgateway\test\netprotocoltest\group" mrp="" filter="lbs_testhelpers" />				
       
   255 				<unit name="te_netgatewaysuite" unitID="lsdo.netgatewaysuite.unit.test" bldFile="sf\os\lbs\locationmgmt\networkgateway\test\te_lbsnetgateway\group" mrp="" filter="lbs_integtest_rom" />
       
   256 				<unit name="te_locindicatorlibsuite" unitID="lsdo.locindicatorlibsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbslocindicatorlib\test\te_locindicatorlib\group" mrp="" filter="lbs_integtest_rom" />
       
   257 				<unit name="te_locsrvsuite" unitID="lsdo.locsrvsuite.unit.test" bldFile="sf\os\lbs\locationrequestmgmt\locationserver\test\te_locsrv\group" mrp="" filter="lbs_integtest_rom" />
       
   258 				<unit name="te_qualityprofilesuite" unitID="lsdo.qualityprofilesuite.unit.test" bldFile="sf\os\lbs\locationrequestmgmt\locationserver\LbsQualityProfileApi\test\te_QualityProfileApiSuite\group" mrp="" filter="lbs_integtest_rom" />
       
   259 				<unit name="examplelocationconverter" unitID="lsdo.examplelocationconverter.unit" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\examplelocationconverter\group" mrp="" filter="lbs_testhelpers" />				
       
   260 				<unit name="testlocationconverter" unitID="lsdo.testlocationconverter.unit" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\testlocationconverter\group" mrp="" filter="lbs_testhelpers" />
       
   261 				<unit name="testlocationconverter2" unitID="lsdo.testlocationconverter2.unit" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\testlocationconverter2\group" mrp="" filter="lbs_testhelpers" />
       
   262 				<unit name="testlocationconverter3" unitID="lsdo.testlocationconverter3.unit" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\testlocationconverter3\group" mrp="" filter="lbs_testhelpers" />				
       
   263 				<unit name="locinfoconversionunittest" unitID="lsdo.locinfoconversionunittest.unit" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\locinfoconversionunittest\group" mrp="" filter="lbs_testhelpers" />				
       
   264 				<unit name="te_geolocmonitorsuite" unitID="lsdo.geolocmonitorsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\te_geolocmonitorsuite\group" mrp="" filter="lbs_integtest_rom" />				
       
   265 				<unit name="te_lbslocationinfoconverter" unitID="lsdo.lbslocationinfoconverter.unit.test" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\te_lbslocationinforconvertertef\group" mrp="" filter="lbs_integtest_rom" />
       
   266 				<unit name="te_lbspositioningstatus" unitID="lsdo.lbspositioningstatus.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbspositioningstatus\test\te_lbspositioningstatus\group" mrp="" filter="lbs_integtest_rom" />
       
   267 				<unit name="te_agpsmanagersuite" unitID="lsdo.agpsmanagersuite.unit.test" bldFile="sf\os\lbs\locationmgmt\agpslocationmgr\test\te_agpsmanagersuite\group" mrp="" filter="lbs_integtest_rom" />
       
   268 				<unit name="te_lbsagpspsysuite" unitID="lsdo.lbsagpspsysuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\gpspositioningmodule\lbsagpspsy\test\group" mrp="" filter="lbs_integtest_rom" />
       
   269 				<unit name="te_lbsgpspsysuite" unitID="lsdo.lbsgpspsysuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\gpspositioningmodule\lbsgpspsy\test\group" mrp="" filter="lbs_integtest_rom" />
       
   270 				<unit name="te_lbsnetpsysuite" unitID="lsdo.lbsnetpsysuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\networkpositioningmodule\test\group" mrp="" filter="lbs_integtest_rom" />
       
   271 				<unit name="te_lbsnetworklocationmanager" unitID="lsdo.lbsnetworklocationmanager.unit.test" bldFile="sf\os\lbs\locationmgmt\networklocationmgr\te_LbsNetworkLocationManager\group" mrp="" filter="lbs_integtest_rom" />
       
   272 				<unit name="te_lbsnrhsuite2" unitID="lsdo.lbsnrhsuite.unit.test" bldFile="sf\os\lbs\locationrequestmgmt\networkrequesthandler\test\te_lbsnrhsuite2\group" mrp="" filter="lbs_integtest_rom" />
       
   273 				<!-- Misc2 Unit Tests -->
       
   274 				<unit name="te_lbsadatacachetestsuite" unitID="lsdo.datacachesuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsadatacache\test\te_lbsadatacachetest\group" mrp="" filter="lbs_integtest_rom" />								
       
   275 				<unit name="te_lbsnetregstatusinttestsuite" unitID="lsdo.netregstatusintsuite.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsnetregstatusint\test\te_lbsnetregstatusinttest\group" mrp="" filter="lbs_integtest_rom" />					
       
   276 				<unit name="te_lbsreffnpinttestsuite" unitID="lsdo.reffnpintsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsreffnpint\test\te_lbsreffnpinttest\group" mrp="" filter="lbs_integtest_rom" />	
       
   277 				<unit name="te_lbsrootapitestsuite" unitID="lsdo.srootapisuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsrootapi\test\group" mrp="" filter="lbs_integtest_rom" />
       
   278 				<unit name="te_lbssimulationpsysuite" unitID="lsdo.simulationpsysuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\simulationpositioningmodule\test\te_lbssimulationpsy\group" mrp="" filter="lbs_integtest_rom" />					
       
   279 				<unit name="te_settingsmanager" unitID="lsdo.settingsmanagersuite.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\ut\lbsgpsdatasourcemodules\lbslocbtgpspsy\te_settingsmanager\group" mrp="" filter="lbs_integtest_rom" />
       
   280 				<unit name="te_protocolsuite" unitID="lsdo.protocolsuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\agpsintegrationmodule\sirf\test\te_protocol\group" mrp="" filter="lbs_integtest_rom" />
       
   281 				<unit name="te_sirfgpsmainlogicsuite" unitID="lsdo.sirfgpsmainlogicsuite.unit.test" bldFile="sf\os\lbs\datasourcemodules\agpsintegrationmodule\sirf\test\te_sirfgpsmainlogic\group" mrp="" filter="lbs_integtest_rom" />
       
   282 				<unit name="test_lbsgpsmodule" unitID="lsdo.test_lbsgpsmodule.unit" bldFile="sf\os\lbs\locationmgmt\agpslocationmgr\test\test_lbsgpsmodule\group" mrp="" filter="lbs_testhelpers" />
       
   283 				<unit name="test_lbsagpsmanager" unitID="lsdo.test_lbsagpsmanager.unit" bldFile="sf\os\lbs\locationmgmt\agpslocationmgr\test\test_lbsagpsmanager\group" mrp="" filter="lbs_testhelpers" />				
       
   284 				<unit name="te_mansuite" unitID="lsdo.mansuite.unit.test" bldFile="sf\os\lbs\locationmgmt\agpslocationmgr\test\te_man\group" mrp="" filter="lbs_integtest_rom" />
       
   285 				<unit name="te_testprotocolmodulesuite" unitID="lsdo.testprotocolmodulesuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\networkprotocolmodule\lbsprotocolmodule\test\group" mrp="" filter="lbs_integtest_rom" />
       
   286 				<unit name="tsuplasn1" unitID="lsdo.suplasn1.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\networkprotocolmodule\suplasn1\test\group" mrp="" filter="lbs_integtest_rom" />
       
   287 				<!-- removing since not run on BATs: <unit name="te_processlaunchtestsuite" unitID="lsdo.processlaunchsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locationcore\lbsloccommon\serverframework\te_processlaunchtest\group" mrp="" filter="lbs_integtest_rom" />	-->	
       
   288 				<!-- sppm_unit -->
       
   289 				<unit name="te_sppm_dummynetgateway" unitID="lsdo.sppm_dummynetgateway.unit" bldFile="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\test\te_sppm_dummynetgateway\group" mrp="" filter="lbs_testhelpers" />
       
   290 				<unit name="te_terminalplugin" unitID="lsdo.terminalplugin.unit" bldFile="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\test\te_terminalplugin\group" mrp="" filter="lbs_testhelpers" />
       
   291 				<unit name="te_sppm_reflocplugin" unitID="lsdo.sppm_reflocplugin.unit" bldFile="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\test\te_sppm_reflocplugin\group" mrp="" filter="lbs_testhelpers" />				
       
   292 				<unit name="te_suplproxypmsuite" unitID="lsdo.suplproxypmsuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\suplproxyprotocolmodule\test\te_suplproxyprotocolmodule\group" mrp="" filter="lbs_integtest_rom" />
       
   293 				<!-- supl unit tests -->
       
   294 				<!-- temporarily removed since the packages no longer exist here (networkprotocolmodules was restructured), awaiting new packages
       
   295 				<unit name="suplspoofserver" unitID="lsdo.suplspoofserver.unit" bldFile="sf\os\lbs\networkprotocolmodules\common\test\suplspoofserver\group" mrp="" filter="lbs_testhelpers" />
       
   296 				<unit name="t_lbshostsettingssupl" unitID="lsdo.lbshostsettingssupl.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\suplprotocolmodule\hostsettingsapi\test\group" mrp="" filter="lbs_integtest_rom" />
       
   297 				<unit name="te_suplrrlpasnsuite" unitID="lsdo.suplrrlpasnsuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\common\suplrrlpasn1\test\te_suplrrlpasn\group" mrp="" filter="lbs_integtest_rom" />
       
   298 				<unit name="te_suplconnectionmanagersuite" unitID="lsdo.suplconnectionmanagersuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\suplprotocolmodule\suplconnectionmanager\test\te_suplconnectionmanager\group" mrp="" filter="lbs_integtest_rom" />
       
   299 				<unit name="te_suplrrlpsuite" unitID="lsdo.suplrrlpsuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\suplcontrolplaneprotocols\common\suplrrlpprotocol\test\te_suplrrlp\group" mrp="" filter="lbs_integtest_rom" />
       
   300 				-->
       
   301 			</module>					
       
   302 				
       
   303 				
       
   304 			<!-- Privacy Test ROM -->
       
   305 			<module name="Privacy ROM Tests">	
       
   306 				<!-- privacy ut -->
       
   307 				<unit name="te_dummynetgateway" unitID="lsdo.dummynetgateway.test" bldFile="\sf\os\lbs\networkprotocolmodules\privacyprotocolmodule\test\te_dummynetgateway\group" mrp="" filter="lbs_testhelpers" />
       
   308 				<unit name="te_networkprivacysuite" unitID="lsdo.networkprivacysuite.unit.test" bldFile="sf\os\lbs\networkprotocolmodules\privacyprotocolmodule\test\te_lbsnetworkprivacy\group" mrp="" filter="lbs_integtest_rom" />
       
   309 				<!-- privacy cit -->
       
   310 				<unit name="lbsprivacyfwsupport" unitID="lsdo.lbsprivacyfwsupport.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsprivacyfw\group" mrp="" filter="lbs_testhelpers" />			
       
   311 				<unit name="ctlbsprivfwtestserver" unitID="lsdo.lbsprivfwtestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsprivacyfw\lbsprivfwtest\group" mrp="" filter="lbs_integtest_rom" />
       
   312 				<!-- <unit name="lbsprivacyfwsupport" unitID="lsdo.lbsprivacyfwsupport.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsprivacyfw\group" mrp="" filter="lbs_integtest_rom" />							 -->
       
   313 				<!-- standalone privacy cit removed -->
       
   314 				<!-- full rom suite -->
       
   315 				<unit name="ctlbsromsuitetestserver" unitID="lsdo.ctlbsromsuitetestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsromspecificsuites\group" mrp="" filter="lbs_integtest_rom" />
       
   316 				<!-- privacy_ut_in_cit -->
       
   317 				<unit name="lbsprivfwcap" unitID="lsdo.lbsprivfwcap.integ.test" bldFile="sf\os\lbs\networkprotocolmodules\privacyprotocolmodule\test\te_lbsprivfwcap\group" mrp="" filter="lbs_integtest_rom" />
       
   318 			</module>				
       
   319 			
       
   320 			<!-- 'Integ' ROM -->
       
   321 			<!--<module name="Integ ROM Tests">	temp: split integ tests into separate ATS drops to yield faster results while debugging -->
       
   322 				<!-- sppm cit -->
       
   323 				<module name="SPPM CIT">
       
   324 				<!-- <unit name="testqnnplugin" unitID="lsdo.testqnnplugin.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\suplproxy\testqnnplugin\group" mrp="" filter="lbs_testhelpers" /> -->
       
   325 				<unit name="ctlbssuplproxyserver" unitID="lsdo.ctlbssuplproxyserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\suplproxy\group" mrp="" filter="lbs_integtest_rom" />
       
   326 				</module>
       
   327 				<!-- client cit -->
       
   328 				<module name="client CIT">
       
   329 				<unit name="lbstestpsys" unitID="lsdo.lbstestpsys.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbstestpsys\group" mrp="" filter="lbs_testhelpers" />
       
   330 				<unit name="ctlbsclientserver" unitID="lsdo.ctlbsclientserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsclient\group" mrp="" filter="lbs_integtest_rom" />
       
   331 				</module>
       
   332 				<!-- supl cit -->
       
   333 				<module name="supl CIT">
       
   334 				<unit name="supltools" unitID="lsdo.supltools.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\group" mrp="" filter="lbs_testhelpers" />
       
   335 				<unit name="suplmolrtestserver" unitID="lsdo.suplmolrtestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\molr\simulation\group" mrp="" filter="lbs_integtest_rom" />
       
   336 				<unit name="suplmtlrtestserver" unitID="lsdo.suplmtlrtestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\mtlr\simulation\group" mrp="" filter="lbs_integtest_rom" />
       
   337 				<unit name="suplomatestserver" unitID="lsdo.suplomatestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\omaconformance\group" mrp="" filter="lbs_integtest_rom" />
       
   338 				<unit name="suplrealmolrtestserver" unitID="lsdo.suplrealmolrtestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\molr\real\group" mrp="" filter="lbs_integtest_rom" />
       
   339 				<unit name="suplrealmtlrtestserver" unitID="lsdo.suplrealmtlrtestserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\supl\mtlr\real\group" mrp="" filter="lbs_integtest_rom" />
       
   340 				</module>
       
   341 				<!-- hybrid cit -->
       
   342 				<module name="hybrid CIT">
       
   343 				<unit name="lbsnetextendedprotocolproxy" unitID="lsdo.lbsnetextendedprotocolproxy.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\extendedprotocolmodule\group" mrp="" filter="lbs_testhelpers" />
       
   344 				<unit name="ctlbshybridcombinedserver" unitID="lsdo.ctlbshybridcombinedserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbshybridcombined\group" mrp="" filter="lbs_integtest_rom" />
       
   345 				<unit name="ctlbshybridmolrserver" unitID="lsdo.ctlbshybridmolrserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbshybridmolr\group" mrp="" filter="lbs_integtest_rom" />
       
   346 				<unit name="ctlbshybridmtlrserver" unitID="lsdo.ctlbshybridmtlrserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbshybridmtlr\group" mrp="" filter="lbs_integtest_rom" />
       
   347 				<unit name="ctlbshybridmultipleserver" unitID="lsdo.ctlbshybridmultipleserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbshybridmultiple\group" mrp="" filter="lbs_integtest_rom" />
       
   348 				<unit name="ctlbshybridx3pserver" unitID="lsdo.ctlbshybridx3pserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbshybridx3p\group" mrp="" filter="lbs_integtest_rom" />	
       
   349 				</module>
       
   350 				<!-- misc cit -->
       
   351 				<module name="misc CIT">
       
   352 				<!-- backuprestore temporarily commented out while running all tests on NCP since it has MW component dependency (BURTestserver.exe)-->
       
   353 				<!-- <unit name="te_lbsbackuprestoresuite" unitID="lsdo.te_lbsbackuprestoresuite.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsbackuprestore\group" mrp="" filter="lbs_integtest_rom" /> -->
       
   354 				<unit name="lbscalculation" unitID="lsdo.lbscalculation.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbscalculation\group" mrp="" filter="lbs_integtest_rom" />
       
   355 				<unit name="ctlbsclockserver" unitID="lsdo.ctlbsclockserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsclock\group" mrp="" filter="lbs_integtest_rom" />
       
   356 				<unit name="ctlbsextendedmtlrserver" unitID="lsdo.ctlbsextendedmtlrserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsextendedmtlr\group" mrp="" filter="lbs_integtest_rom" />
       
   357 				<unit name="ctlbsmtlrserver" unitID="lsdo.ctlbsmtlrserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsmtlr\group" mrp="" filter="lbs_integtest_rom" />		
       
   358 				<unit name="ctlbsptbmtlrserver" unitID="lsdo.ctlbsptbmtlrserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsptbmtlr\group" mrp="" filter="lbs_integtest_rom" />
       
   359 				<unit name="simulationpsytests" unitID="lsdo.simulationpsytests.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbssimulationpsy\group" mrp="" filter="lbs_integtest_rom" />
       
   360 				<unit name="ctlbsx3pserver" unitID="lsdo.ctlbsx3pserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsx3p\group" mrp="" filter="lbs_integtest_rom" />
       
   361 				<unit name="ctlbsassdataserver" unitID="lsdo.ctlbsassdataserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsassdata\group" mrp="" filter="lbs_integtest_rom" />
       
   362 				</module>
       
   363 				<!-- bluetooth ut -->
       
   364 				<module name="bluetooth UT">
       
   365 				<!-- temp: te_lbsbtgpspsy removed until tests updated since there is a techview dependency (btuiutility.lib)-->
       
   366 				<unit name="te_lbsbtgpspsy" unitID="lsdo.lbsbtgpspsy.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\ut\lbsgpsdatasourcemodules\lbslocbtgpspsy\te_lbsbtgpspsy\group" mrp="" filter="lbs_integtest_rom" />
       
   367 				<unit name="te_lbsbtgpsconfig" unitID="lsdo.lbsbtgpsconfig.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\ut\lbsgpsdatasourcemodules\lbslocbtgpspsy\te_lbsbtgpsconfig\group" mrp="" filter="lbs_integtest_rom" />
       
   368 				</module>
       
   369 				<!-- Bluetooth "Casira" Tests -->		
       
   370 				<module name="Bluetooth 'Casira' Tests">			
       
   371 				<!-- removed since not expected to work on Vasco (no way to plug in a casira)-->
       
   372 				<unit name="ctlbsbtgpspsytestserver" unitID="lsdo.ctlbsbtgpspsytestserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\cit\basic\lbsbtgpspsy\group" mrp="" filter="lbs_integtest_rom" />
       
   373 				</module>
       
   374 			    
       
   375 				<!-- agpshaivalidate cit -->
       
   376 				<module name="Agpshaivalidate CIT">
       
   377 				<unit name="ctlbsagpshaiassdata" unitID="lsdo.ctlbsagpshaiassdata.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpshaivalidate\lbsagpshaiassdata\group" mrp="" filter="lbs_integtest_rom" />
       
   378 				<unit name="ctlbsagpshaivalidateserver" unitID="lsdo.ctlbsagpshaivalidateserver.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\agpshaivalidate\lbsagpshaivalidate\group" mrp="" filter="lbs_integtest_rom" />
       
   379 				</module>
       
   380 				
       
   381 				<!-- sis install tests -->
       
   382 				<module name="SisInstall Tests">
       
   383 				<unit name="lbssisinstall" unitID="lsdo.lbssisinstall.integ.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbssisinstall\group" mrp="" filter="lbs_integtest_rom" />
       
   384 				</module>
       
   385 								
       
   386 			<module name="Location Monitor Unit Tests (no watcher)">	
       
   387 				<!-- locsrv locmon ut -->
       
   388 				<unit name="te_locsrvtestlocmonsuite" unitID="lsdo.locsrvtestlocmonsuite.unit.test" bldFile="sf\os\lbs\locationrequestmgmt\locationserver\test\te_locsrvtestlocmonsuite\group" mrp="" filter="lbs_integtest_rom" />
       
   389 				<!-- locmon db ut -->
       
   390 				<unit name="te_lbslocationmonitordb" unitID="lsdo.lbslocationmonitordb.unit.test" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\te_lbslocmonitordbsuite\group" mrp="" filter="lbs_integtest_rom" />
       
   391 				<!-- locmon ut -->
       
   392 				<unit name="te_locmonitorsuite" unitID="lsdo.lbslocmonitorsuite.unit.test" bldFile="sf\os\lbs\locationmgmt\locmonitor\test\te_locmonitorsuite\group" mrp="" filter="lbs_integtest_rom" />				
       
   393 			</module>	
       
   394 							
       
   395 			<!-- removed until these ROMs are created
       
   396 			<module name="Feature Manager All PSYs ROM">	
       
   397 				<unit name="ctlbsfeaturesserver" unitID="lsdo.ctlbsfeaturesserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsfeatures\group" mrp="" filter="lbs_signaccallpsys_rom" />
       
   398 			</module>	
       
   399 			<module name="Feature Manager No PSYs ROM">	
       
   400 				<unit name="ctlbsfeaturesserver" unitID="lsdo.ctlbsfeaturesserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsfeatures\group" mrp="" filter="lbs_lbsignaccnopsys_rom" />
       
   401 			</module>	
       
   402 			<module name="Feature Manager Auto PSY AGPS PSY ROM">	
       
   403 				<unit name="ctlbsfeaturesserver" unitID="lsdo.ctlbsfeaturesserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsfeatures\group" mrp="" filter="lbs_lbsignaccautopsyagpspsy_rom" />
       
   404 			</module>	
       
   405 			<module name="Feature Manager Auto PSY NET PSY ROM">	
       
   406 				<unit name="ctlbsfeaturesserver" unitID="lsdo.ctlbsfeaturesserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsfeatures\group" mrp="" filter="lbs_lbsignaccautopsynetpsy_rom" />
       
   407 			</module>	
       
   408 			<module name="Feature Manager FB PSY AGPS PSY ROM">	
       
   409 				<unit name="ctlbsfeaturesserver" unitID="lsdo.ctlbsfeaturesserver.unit.test" bldFile="sf\os\lbs\lbstest\lbstestproduct\lbsfeatures\group" mrp="" filter="lbs_lbsignaccfbpsyagpspsy_rom" />
       
   410 			</module>														
       
   411 			-->
       
   412 					
       
   413 		</layer>	<!-- api test layer-->
       
   414   </systemModel>
       
   415 </SystemDefinition>