idlehomescreen/data/qhd_tch/view_200286ed/conf/view200286edmanifest.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 83 5456b4e8b3a8
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="uda"/>
	<tag name="target" value="emmc"/>
<file xmlns="http://www.s60.com/xml/genconfml/1" name="manifest.dat" target="\private\200159c0\install\view_200286ed\hsps\00\">
	<setting ref="BlankoHomescreenManifest/PackageVersion"/>
	<setting ref="BlankoHomescreenManifest/DeviceFamily"/>
	<setting ref="BlankoHomescreenManifest/ConfigurationType"/>
	<setting ref="BlankoHomescreenManifest/InterfaceUid"/>
	<setting ref="BlankoHomescreenManifest/ProviderUid"/>
	<setting ref="BlankoHomescreenManifest/ConfigurationUid"/>
	<setting ref="BlankoHomescreenManifest/FullName"/>
	<setting ref="BlankoHomescreenManifest/ShortName"/>
	<setting ref="BlankoHomescreenManifest/ConfigurationVersion"/>
	<setting ref="BlankoHomescreenManifest/ConfigurationFile"/>
	<setting ref="BlankoHomescreenManifest/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="BlankoHomescreenManifest/PackageVersion"/></xsl:attribute>
    <family>
    <xsl:value-of select="BlankoHomescreenManifest/DeviceFamily"/>
    </family>
    <type>
    <xsl:value-of select="BlankoHomescreenManifest/ConfigurationType"/>
    </type>
    <interfaceuid>
    <xsl:value-of select="BlankoHomescreenManifest/InterfaceUid"/>
    </interfaceuid>
    <provideruid>
    <xsl:value-of select="BlankoHomescreenManifest/ProviderUid"/>
    </provideruid>
    <configurationuid>
    <xsl:value-of select="BlankoHomescreenManifest/ConfigurationUid"/>
    </configurationuid>
    <fullname>
    <xsl:text>&#x26;</xsl:text>
    <xsl:value-of select="BlankoHomescreenManifest/FullName"/>
    <xsl:text>&#x3B;</xsl:text>
    </fullname>
    <shortname>
    <xsl:value-of select="BlankoHomescreenManifest/ShortName"/>
    </shortname>
    <version>
    <xsl:value-of select="BlankoHomescreenManifest/ConfigurationVersion"/>
    </version>
    <filexml>
    <xsl:value-of select="BlankoHomescreenManifest/ConfigurationFile"/>
    </filexml>
    <localization>
        <fileresource>
        <xsl:value-of select="BlankoHomescreenManifest/UiResourceFile"/>
        </fileresource>
    </localization>
  </package>
  </xsl:template>
	</xsl:stylesheet>
</file>
</container>