| <?xml version="1.0" encoding="UTF-8"?> |
| <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" activate="activate" configuration-pid="TRANSFORMATION_SESSION_CONFIG" configuration-policy="require" name="org.eclipse.app4mc.slg.linux.artefacts.LinuxRootTransformer"> |
| <property name="transformation" value="LINUX_SLG"/> |
| <service> |
| <provide interface="org.eclipse.app4mc.transformation.templates.Model2TextRootTransformer"/> |
| </service> |
| <reference cardinality="1..1" field="moduleFactory" interface="org.eclipse.app4mc.slg.linux.artefacts.LinuxGoogleGuiceModuleFactory" name="moduleFactory"/> |
| <implementation class="org.eclipse.app4mc.slg.linux.artefacts.LinuxRootTransformer"/> |
| </scr:component> |