equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"> |
2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"> |
3 <tag name="target" value="uda"/> |
3 <tag name="target" value="uda"/> |
|
4 <tag name="target" value="emmc"/> |
4 <outputSubDir value="widget"/> |
5 <outputSubDir value="widget"/> |
5 <file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini"> |
6 <file xmlns="http://www.s60.com/xml/genconfml/1" name="widget_config.ini"> |
6 <setting ref="WrtWidgetsC/WrtWidgetC"/> |
7 <setting ref="WrtWidgetsC/WrtWidgetC"/> |
7 <setting ref="WrtWidgetsC/DriveC"/> |
8 <setting ref="WrtWidgetsC/DriveC"/> |
8 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> |
9 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> |
11 <xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>
</xsl:text> |
12 <xsl:value-of select="WrtWidgetsC/DriveC"/><xsl:text>
</xsl:text> |
12 <xsl:for-each select="WrtWidgetsC/WrtWidgetC"> |
13 <xsl:for-each select="WrtWidgetsC/WrtWidgetC"> |
13 <xsl:if test="PreInstalled = 1"> |
14 <xsl:if test="PreInstalled = 1"> |
14 <xsl:value-of select="path" /> |
15 <xsl:value-of select="path" /> |
15 <xsl:text> </xsl:text> |
16 <xsl:text> </xsl:text> |
16 <!--xsl:value-of select="Uid"/--> |
|
17 <!--xsl:text> </xsl:text--> |
|
18 <xsl:value-of select="homescreen"/> |
17 <xsl:value-of select="homescreen"/> |
|
18 <xsl:text> </xsl:text> |
|
19 <xsl:value-of select="Uid"/> |
19 <xsl:text>
</xsl:text> |
20 <xsl:text>
</xsl:text> |
20 </xsl:if> |
21 </xsl:if> |
21 </xsl:for-each> |
22 </xsl:for-each> |
22 </xsl:template> |
23 </xsl:template> |
23 </xsl:stylesheet> |
24 </xsl:stylesheet> |
24 </file> |
25 </file> |
25 |
|
26 </container> |
26 </container> |