idlehomescreen/data/qhd_tch/view_200286e5/conf/view200286e5manifest.gcfml
branchRCL_3
changeset 30 b8fae6b8a148
child 38 79311d856354
equal deleted inserted replaced
16:9674c1a575e9 30:b8fae6b8a148
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <file xmlns="http://www.s60.com/xml/genconfml/1" name="manifest.dat" target="\private\200159c0\install\view_200286e5\hsps\00\">
       
     3 	<setting ref="Homescreen3manifest/PackageVersion"/>
       
     4 	<setting ref="Homescreen3manifest/DeviceFamily"/>
       
     5 	<setting ref="Homescreen3manifest/ConfigurationType"/>
       
     6 	<setting ref="Homescreen3manifest/InterfaceUid"/>
       
     7 	<setting ref="Homescreen3manifest/ProviderUid"/>
       
     8 	<setting ref="Homescreen3manifest/ConfigurationUid"/>
       
     9 	<setting ref="Homescreen3manifest/FullName"/>
       
    10 	<setting ref="Homescreen3manifest/ShortName"/>
       
    11 	<setting ref="Homescreen3manifest/ConfigurationVersion"/>
       
    12 	<setting ref="Homescreen3manifest/ConfigurationFile"/>
       
    13 	<setting ref="Homescreen3manifest/UiResourceFile"/>
       
    14 		<xsl:stylesheet version="1.0" 
       
    15                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
       
    16                 xmlns:xi="http://www.w3.org/2001/xinclude">
       
    17 		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
       
    18 		<xsl:template match="configuration/data">
       
    19 		<package>
       
    20 	  <xsl:attribute name="version"><xsl:value-of select="Homescreen3manifest/PackageVersion"/></xsl:attribute>
       
    21     <family>
       
    22     <xsl:value-of select="Homescreen3manifest/DeviceFamily"/>
       
    23     </family>
       
    24     <type>
       
    25     <xsl:value-of select="Homescreen3manifest/ConfigurationType"/>
       
    26     </type>
       
    27     <interfaceuid>
       
    28     <xsl:value-of select="Homescreen3manifest/InterfaceUid"/>
       
    29     </interfaceuid>
       
    30     <provideruid>
       
    31     <xsl:value-of select="Homescreen3manifest/ProviderUid"/>
       
    32     </provideruid>
       
    33     <configurationuid>
       
    34     <xsl:value-of select="Homescreen3manifest/ConfigurationUid"/>
       
    35     </configurationuid>
       
    36     <fullname>
       
    37     <xsl:text>&#x26;</xsl:text>
       
    38     <xsl:value-of select="Homescreen3manifest/FullName"/>
       
    39     <xsl:text>&#x3B;</xsl:text>
       
    40     </fullname>
       
    41     <shortname>
       
    42     <xsl:value-of select="Homescreen3manifest/ShortName"/>
       
    43     </shortname>
       
    44     <version>
       
    45     <xsl:value-of select="Homescreen3manifest/ConfigurationVersion"/>
       
    46     </version>
       
    47     <filexml>
       
    48     <xsl:value-of select="Homescreen3manifest/ConfigurationFile"/>
       
    49     </filexml>
       
    50     <localization>
       
    51         <fileresource>
       
    52         <xsl:value-of select="Homescreen3manifest/UiResourceFile"/>
       
    53         </fileresource>
       
    54     </localization>
       
    55   </package>
       
    56   </xsl:template>
       
    57 	</xsl:stylesheet>
       
    58 </file>