sysmodelgen/core/layoutsysdef.xsl
author William Roberts <williamr@symbian.org>
Fri, 10 Sep 2010 12:17:06 +0100
branchHighFidelityModel
changeset 409 2f9a97ae30d9
parent 152 5acf50bbb618
permissions -rw-r--r--
Add new syncml_ds_customization_api & syncml_ds_error_reporting_api components to remotemgmt_plat

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