idlehomescreen/data/qhd_tch/view_200286e5/conf/view200286e5manifest.gcfml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:18:30 +0300
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
permissions -rw-r--r--
Revision: 201039 Kit: 201041

<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
	<tag name="target" value="core"/>
	<tag name="target" value="rofs2"/>
	<tag name="target" value="rofs3"/>
<file xmlns="http://www.s60.com/xml/genconfml/1" name="manifest.dat" target="\private\200159c0\install\view_200286e5\hsps\00\">
	<setting ref="Homescreen3manifest/PackageVersion"/>
	<setting ref="Homescreen3manifest/DeviceFamily"/>
	<setting ref="Homescreen3manifest/ConfigurationType"/>
	<setting ref="Homescreen3manifest/InterfaceUid"/>
	<setting ref="Homescreen3manifest/ProviderUid"/>
	<setting ref="Homescreen3manifest/ConfigurationUid"/>
	<setting ref="Homescreen3manifest/FullName"/>
	<setting ref="Homescreen3manifest/ShortName"/>
	<setting ref="Homescreen3manifest/ConfigurationVersion"/>
	<setting ref="Homescreen3manifest/ConfigurationFile"/>
	<setting ref="Homescreen3manifest/UiResourceFile"/>
		<xsl:stylesheet version="1.0" 
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                xmlns:xi="http://www.w3.org/2001/xinclude">
		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
		<xsl:template match="configuration/data">
		<package>
	  <xsl:attribute name="version"><xsl:value-of select="Homescreen3manifest/PackageVersion"/></xsl:attribute>
    <family>
    <xsl:value-of select="Homescreen3manifest/DeviceFamily"/>
    </family>
    <type>
    <xsl:value-of select="Homescreen3manifest/ConfigurationType"/>
    </type>
    <interfaceuid>
    <xsl:value-of select="Homescreen3manifest/InterfaceUid"/>
    </interfaceuid>
    <provideruid>
    <xsl:value-of select="Homescreen3manifest/ProviderUid"/>
    </provideruid>
    <configurationuid>
    <xsl:value-of select="Homescreen3manifest/ConfigurationUid"/>
    </configurationuid>
    <fullname>
    <xsl:text>&#x26;</xsl:text>
    <xsl:value-of select="Homescreen3manifest/FullName"/>
    <xsl:text>&#x3B;</xsl:text>
    </fullname>
    <shortname>
    <xsl:value-of select="Homescreen3manifest/ShortName"/>
    </shortname>
    <version>
    <xsl:value-of select="Homescreen3manifest/ConfigurationVersion"/>
    </version>
    <filexml>
    <xsl:value-of select="Homescreen3manifest/ConfigurationFile"/>
    </filexml>
    <localization>
        <fileresource>
        <xsl:value-of select="Homescreen3manifest/UiResourceFile"/>
        </fileresource>
    </localization>
  </package>
  </xsl:template>
	</xsl:stylesheet>
</file>
</container>