sysmodelgen/core/layoutsysdef.xsl
author William Roberts <williamr@symbian.org>
Wed, 08 Sep 2010 16:23:26 +0100
branchHighFidelityModel
changeset 399 6d08be0bf6b2
parent 152 5acf50bbb618
permissions -rw-r--r--
Reapply filter="test" to backupandrestore\backuptest component

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