sysmodelgen/core/layoutsysdef.xsl
author William Roberts <williamr@symbian.org>
Tue, 01 Jun 2010 10:06:33 +0100
branchHighFidelityModel
changeset 256 ff1846cc83b1
parent 152 5acf50bbb618
permissions -rw-r--r--
Mark simtsy as "test", to avoid trying to build it in the absence of testconfigfileparser

<?xml version="1.0"?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 	<xsl:output method="xml" indent="yes"/>

	<xsl:include href="joinmodel.xsl"/> <!-- standard joining model stuff -->
	<xsl:include href="layout-module.xsl"/> <!-- add system model layout details -->

</xsl:stylesheet>