sbsv2/raptor/test/metadata/system/system_definition_2.0.0.xml
author Dean Draper <dean.draper@nokia.com>
Fri, 30 Apr 2010 10:19:33 +0100
branchfix
changeset 491 f60c4282816c
parent 3 e1eecf4d390d
permissions -rw-r--r--
Release note: sf bug 2174: --layer option shows errors when bld.inf missing in another layer

<SystemDefinition name="MCL" schema="2.0.0" > 
	<systemModel>
	    <layer name="test">
			<component name="Test Component 1">
				<unit bldFile="simple" mrp="simple/simple.mrp"/>
			</component>
			<component name="Test Component 2">
				<unit bldFile="test/smoke_suite/test_resources/basics/helloworld" root="SBS_HOME" mrp="test/smoke_suite/test_resources/basics/helloworld.mrp"/>
			</component>
			<component name="Incorrect root attribute">
				<unit bldFile="basics/helloworld" root="NON_EXISTENT_ENVVAR" mrp="basics/helloworld.mrp"/>
			</component>
			<component name="Missing Component">
				<unit unitID="MCOMP" name="missing_component" bldFile="basics\missing" mrp="basics\missing\missing.mrp"/>
			</component>
		</layer>
	</systemModel>
</SystemDefinition>