idlehomescreen/data/qhd_tch/view_200286ed/conf/view200286ed.gcfml
branchRCL_3
changeset 102 ba63c83f4716
parent 83 5456b4e8b3a8
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 	<phase name='post'/> <!-- post phase for making sure that all required data is available -->
       
     6 	
       
     7 <file xmlns="http://www.s60.com/xml/genconfml/1" name="viewconfiguration.xml" target="\private\200159c0\install\view_200286ed\hsps\00\">
       
     8 		<setting ref="BlankoHomescreenPlugins/Plugins"/>
       
     9 	<xsl:stylesheet version="1.0" 
       
    10                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
       
    11                 xmlns:xi="http://www.w3.org/2001/xinclude">
       
    12 		<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
       
    13 		<xsl:template match="configuration/data">
       
    14 			<configuration>
       
    15 			 	<control>
       
    16 				  <plugins>
       
    17 						<xsl:for-each select="BlankoHomescreenPlugins/Plugins">
       
    18 							<plugin>
       
    19 								<xsl:attribute name="uid"><xsl:value-of select="Uid"/></xsl:attribute>
       
    20 								<xsl:attribute name="bundle_id"><xsl:value-of select="BundleIdentifier"/></xsl:attribute>
       
    21 								<xsl:attribute name="template_id"><xsl:value-of select="TemplateIdentifier"/></xsl:attribute>
       
    22 								<xsl:attribute name="locking_status"><xsl:value-of select="LockingStatus"/></xsl:attribute>
       
    23 							</plugin>
       
    24 						</xsl:for-each>
       
    25 					</plugins>
       
    26 				</control>
       
    27 			</configuration>
       
    28 		</xsl:template>
       
    29 	</xsl:stylesheet>
       
    30 </file>
       
    31 </container>