sysmodelgen/core/layoutsysdef.xsl
author Simon Howkins <simonh@symbian.org>
Thu, 25 Nov 2010 11:04:05 +0000
branchHighFidelityModel
changeset 509 a2fa088cf4dd
parent 152 5acf50bbb618
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in conversations package

<?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>