widgettools/wrtwidgetpreinstaller/conf/availablewrtwidgets.gcfml
branchRCL_3
changeset 16 d8f339b56ec4
parent 1 882d065be445
child 17 7265a7871f4c
equal deleted inserted replaced
15:0cbaad18b0bd 16:d8f339b56ec4
     1 <file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini" target="\epoc32\tools\widget_tools\widgetpreinstaller\">
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3 <tag name="target" value="core"/>
       
     4 <tag name="target" value="rofs3"/>
       
     5 <tag name="target" value="uda"/>
       
     6 <outputSubDir value="widget"/> 
       
     7 <file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini">
     2 	<setting ref="WrtWidgetsC/WrtWidgetC"/>
     8 	<setting ref="WrtWidgetsC/WrtWidgetC"/>
     3 	<setting ref="WrtWidgetsC/DriveC"/>
     9 	<setting ref="WrtWidgetsC/DriveC"/>
     4 	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
    10 	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
     5 		<xsl:output method="text" encoding="UTF-8"/>
    11 		<xsl:output method="text" encoding="UTF-8"/>
     6 		<xsl:template match="configuration/data">
    12 		<xsl:template match="configuration/data">
     7 		<xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>&#xA;</xsl:text>
    13 		<xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>&#xA;</xsl:text>
     8 			<xsl:for-each select="WrtWidgetsC/WrtWidgetC">
    14 			<xsl:for-each select="WrtWidgetsC/WrtWidgetC">
     9 			 <xsl:if test="PreInstalled = 1">
    15 			 <xsl:if test="PreInstalled = 1">
    10 				<xsl:value-of select="path" />
    16 				<xsl:value-of select="path" />
    11 				<xsl:text>&#x20;</xsl:text>
    17 				<xsl:text>&#x20;</xsl:text>
       
    18 				<!--xsl:value-of select="Uid"/-->
       
    19 				<!--xsl:text>&#x20;</xsl:text-->
    12 				<xsl:value-of select="homescreen"/> 
    20 				<xsl:value-of select="homescreen"/> 
    13 				<xsl:text>&#xA;</xsl:text>
    21 				<xsl:text>&#xA;</xsl:text>
    14 			 </xsl:if>
    22 			 </xsl:if>
    15 			</xsl:for-each>	  
    23 			</xsl:for-each>	  
    16 		</xsl:template>
    24 		</xsl:template>
    17 	</xsl:stylesheet>
    25 	</xsl:stylesheet>
    18 </file>
    26 </file>
       
    27 
       
    28 </container>