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