sysmodelgen/core/layoutsysdef.xsl
author William Roberts <williamr@symbian.org>
Fri, 27 Aug 2010 18:10:19 +0100
branchHighFidelityModel
changeset 368 983ae933b48b
parent 152 5acf50bbb618
permissions -rw-r--r--
Add new openwfc_ri_displaychannel and openwfc_ri_displayupdater components to os/graphics

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