widgettools/wrtwidgetpreinstaller/conf/availablewrtwidgets.gcfml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:17:46 +0300
branchRCL_3
changeset 16 d8f339b56ec4
parent 1 882d065be445
child 17 7265a7871f4c
permissions -rw-r--r--
Revision: 201010 Kit: 201013

<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
<tag name="target" value="core"/>
<tag name="target" value="rofs3"/>
<tag name="target" value="uda"/>
<outputSubDir value="widget"/> 
<file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini">
	<setting ref="WrtWidgetsC/WrtWidgetC"/>
	<setting ref="WrtWidgetsC/DriveC"/>
	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
		<xsl:output method="text" encoding="UTF-8"/>
		<xsl:template match="configuration/data">
		<xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>&#xA;</xsl:text>
			<xsl:for-each select="WrtWidgetsC/WrtWidgetC">
			 <xsl:if test="PreInstalled = 1">
				<xsl:value-of select="path" />
				<xsl:text>&#x20;</xsl:text>
				<!--xsl:value-of select="Uid"/-->
				<!--xsl:text>&#x20;</xsl:text-->
				<xsl:value-of select="homescreen"/> 
				<xsl:text>&#xA;</xsl:text>
			 </xsl:if>
			</xsl:for-each>	  
		</xsl:template>
	</xsl:stylesheet>
</file>

</container>