blob: 60b0f1ce5519ab8b4b30843e4b03dc82ee248e5e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="templates.AmaltheaModel2ModelTransformer">
<property name="transformation" value="Amalthea2SampleModel"/>
<service>
<provide interface="org.eclipse.app4mc.transformation.extensions.base.templates.Model2ModelRootTransformer"/>
</service>
<reference cardinality="1..1" field="customObjsStore" interface="org.eclipse.app4mc.transformation.extensions.ICustomObjectsStore" name="customObjsStore"/>
<reference cardinality="1..1" field="hw" interface="templates.HWTransformer" name="hw" scope="prototype_required"/>
<reference cardinality="1..1" field="mt" interface="templates.MappingTransformer" name="mt" scope="prototype_required"/>
<reference cardinality="1..1" field="os" interface="templates.OSTransformer" name="os" scope="prototype_required"/>
<reference cardinality="1..1" field="sw" interface="templates.SWTransformer" name="sw" scope="prototype_required"/>
<implementation class="templates.AmaltheaModel2ModelTransformer"/>
</scr:component>