idlehomescreen/data/vga_tch/view3_200286eb/conf/view200286ebmanifest.gcfml
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1" condition="${VGAHomescreen3manifest.SupportVga}">
       
     3 	<tag name="target" value="core"/>
       
     4 	<tag name="target" value="rofs2"/>
       
     5 	<tag name="target" value="rofs3"/>
       
     6 <file xmlns="http://www.s60.com/xml/genconfml/1" name="manifest.dat" target="\private\200159c0\install\view3_200286eb\hsps\00\">
       
     7 	<setting ref="VGAHomescreen3manifest/PackageVersion"/>
       
     8 	<setting ref="VGAHomescreen3manifest/DeviceFamily"/>
       
     9 	<setting ref="VGAHomescreen3manifest/ConfigurationType"/>
       
    10 	<setting ref="VGAHomescreen3manifest/InterfaceUid"/>
       
    11 	<setting ref="VGAHomescreen3manifest/ProviderUid"/>
       
    12 	<setting ref="VGAHomescreen3manifest/ConfigurationUid"/>
       
    13 	<setting ref="VGAHomescreen3manifest/FullName"/>
       
    14 	<setting ref="VGAHomescreen3manifest/ShortName"/>
       
    15 	<setting ref="VGAHomescreen3manifest/ConfigurationVersion"/>
       
    16 	<setting ref="VGAHomescreen3manifest/ConfigurationFile"/>
       
    17 	<setting ref="VGAHomescreen3manifest/UiResourceFile"/>
       
    18 		<xsl:stylesheet version="1.0" 
       
    19                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
       
    20                 xmlns:xi="http://www.w3.org/2001/xinclude">
       
    21 		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
       
    22 		<xsl:template match="configuration/data">
       
    23 		<package>
       
    24 	  <xsl:attribute name="version"><xsl:value-of select="VGAHomescreen3manifest/PackageVersion"/></xsl:attribute>
       
    25     <family>
       
    26     <xsl:value-of select="VGAHomescreen3manifest/DeviceFamily"/>
       
    27     </family>
       
    28     <type>
       
    29     <xsl:value-of select="VGAHomescreen3manifest/ConfigurationType"/>
       
    30     </type>
       
    31     <interfaceuid>
       
    32     <xsl:value-of select="VGAHomescreen3manifest/InterfaceUid"/>
       
    33     </interfaceuid>
       
    34     <provideruid>
       
    35     <xsl:value-of select="VGAHomescreen3manifest/ProviderUid"/>
       
    36     </provideruid>
       
    37     <configurationuid>
       
    38     <xsl:value-of select="VGAHomescreen3manifest/ConfigurationUid"/>
       
    39     </configurationuid>
       
    40     <fullname>
       
    41     <!--xsl:text>&#x26;</xsl:text-->
       
    42     <xsl:value-of select="VGAHomescreen3manifest/FullName"/>
       
    43     <!--xsl:text>&#x3B;</xsl:text-->
       
    44     </fullname>
       
    45     <shortname>
       
    46     <xsl:value-of select="VGAHomescreen3manifest/ShortName"/>
       
    47     </shortname>
       
    48     <version>
       
    49     <xsl:value-of select="VGAHomescreen3manifest/ConfigurationVersion"/>
       
    50     </version>
       
    51     <filexml>
       
    52     <xsl:value-of select="VGAHomescreen3manifest/ConfigurationFile"/>
       
    53     </filexml>
       
    54     <localization>
       
    55         <fileresource>
       
    56         <xsl:value-of select="VGAHomescreen3manifest/UiResourceFile"/>
       
    57         </fileresource>
       
    58     </localization>
       
    59   </package>
       
    60   </xsl:template>
       
    61 	</xsl:stylesheet>
       
    62 </file>
       
    63 </container>