idlehomescreen/data/vga_tch/view1_2001fdb9/conf/view2001fdb9.gcfml
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
--- a/idlehomescreen/data/vga_tch/view1_2001fdb9/conf/view2001fdb9.gcfml	Wed Sep 15 12:00:00 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<container xmlns="http://www.symbianfoundation.org/xml/implml/1" condition="${VGA_HomescreenPlugins_1.SupportVga}">
-	<tag name="target" value="core"/>
-	<tag name="target" value="rofs2"/>
-	<tag name="target" value="rofs3"/>
-  <phase name='post'/> <!-- post phase for making sure that data for all homescreen widgets is available in sequence -->
-<file xmlns="http://www.s60.com/xml/genconfml/1" name="viewconfiguration.xml" target="\private\200159c0\install\view1_2001fdb9\hsps\00\">
-	<setting ref="VGA_HomescreenPlugins_1/MaxWidgets"/>
-	<setting ref="VGA_HomescreenPlugins_1/UseEmptyWidgets"/>
-  <setting ref="VGA_HomescreenPlugins_1/ItemIdEmptyWidgets"/>
-  <setting ref="VGA_HomescreenPlugins_1/PropertyEmptyWidgets"/>
-  <setting ref="VGA_HomescreenPlugins_1/BackGroundPath"/>
-  <setting ref="VGA_HomescreenPlugins_1/ItemIdWallpaper"/>
-  <setting ref="VGA_HomescreenPlugins_1/WallpaperPropertyName"/>
-	<setting ref="VGA_HomescreenPlugins_1/Shortcut1ItemId"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut1ItemName"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut2ItemId"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut2ItemName"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut3ItemId"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut3ItemName"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut4ItemId"/>
-  <setting ref="VGA_HomescreenPlugins_1/Shortcut4ItemName"/>
-  <setting ref="VGA_HomescreenPlugins_1/ShortcutPropertyNameType"/>
-  <setting ref="VGA_HomescreenPlugins_1/ShortcutPropertyNameUid"/>
-  <setting ref="VGA_HomescreenPlugins_1/ShortcutPropertyNameView"/>
-  <setting ref="VGA_HomescreenPlugins_1/ShortcutPropertyNameParam"/>
-	<setting ref="VGA_HomescreenPlugins_1/Plugins"/>
-	<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">
-			<configuration>
-			 <xsl:attribute name="max_child"><xsl:value-of select="VGA_HomescreenPlugins_1/MaxWidgets"/></xsl:attribute>
-				<control>
-				  <settings>
-				    <item>
-				      <xsl:attribute name="id"><xsl:value-of select="VGA_HomescreenPlugins_1/ItemIdEmptyWidgets"/></xsl:attribute>
-				        <property>
-					  <xsl:attribute name="name"><xsl:value-of select="VGA_HomescreenPlugins_1/PropertyEmptyWidgets"/></xsl:attribute>								             
-  					  <xsl:attribute name="value"><xsl:value-of select="VGA_HomescreenPlugins_1/UseEmptyWidgets"/></xsl:attribute>
-					</property>
-				      </item>
-				      <item>
-				        <xsl:attribute name="id"><xsl:value-of select="VGA_HomescreenPlugins_1/ItemIdWallpaper"/></xsl:attribute>
-					  <property>
-					    <xsl:attribute name="name"><xsl:value-of select="VGA_HomescreenPlugins_1/WallpaperPropertyName"/></xsl:attribute>								             
-  					    <xsl:attribute name="value"><xsl:value-of select="VGA_HomescreenPlugins_1/BackGroundPath"/></xsl:attribute>
-					  </property>
-				      </item>      
-                                    </settings>
-					<plugins>
-						<xsl:for-each select="VGA_HomescreenPlugins_1/Plugins">
-							<plugin>
-								<xsl:attribute name="uid"><xsl:value-of select="Uid"/></xsl:attribute>
-								<xsl:attribute name="bundle_id"><xsl:value-of select="BundleIdentifier"/></xsl:attribute>
-								<xsl:attribute name="template_id"><xsl:value-of select="TemplateIdentifier"/></xsl:attribute>
-								<xsl:attribute name="locking_status"><xsl:value-of select="LockingStatus"/></xsl:attribute>
-								<xsl:if test="ShortcutWidget = 1">
-								    <initial_settings>
-								      <settings>
-								        <xsl:if test="Customize1Shortcut = 1">
-								          <item>
-								          <xsl:attribute name="id"><xsl:value-of select="Shortcut1ItemId"/></xsl:attribute>
-								          <xsl:attribute name="name"><xsl:value-of select="Shortcut1ItemName"/></xsl:attribute>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameType"/></xsl:attribute>								             
-  							              <xsl:attribute name="value"><xsl:value-of select="Shortcut1Type"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameUid"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut1Uid"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameView"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut1View"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameParam"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut1Param"/></xsl:attribute>
-								            </property>
-				                  </item>
-				                </xsl:if>
-				                <xsl:if test="Customize2Shortcut = 1">
-				                  <item>
-				                  <xsl:attribute name="id"><xsl:value-of select="Shortcut2ItemId"/></xsl:attribute>
-								          <xsl:attribute name="name"><xsl:value-of select="Shortcut2ItemName"/></xsl:attribute>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameType"/></xsl:attribute> 
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut2Type"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameUid"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut2Uid"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameView"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut2View"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameParam"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut2Param"/></xsl:attribute>
-								            </property>
-				                  </item>
-				                </xsl:if>
-				                <xsl:if test="Customize3Shortcut = 1">
-				                  <item>
-				                  <xsl:attribute name="id"><xsl:value-of select="Shortcut3ItemId"/></xsl:attribute>
-								          <xsl:attribute name="name"><xsl:value-of select="Shortcut3ItemName"/></xsl:attribute>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameType"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut3Type"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameUid"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut3Uid"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameView"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut3View"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameParam"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut3Param"/></xsl:attribute>
-								            </property>
-				                  </item>
-				                </xsl:if>
-				                <xsl:if test="Customize4Shortcut = 1">
-				                  <item>
-				                  <xsl:attribute name="id"><xsl:value-of select="Shortcut4ItemId"/></xsl:attribute>
-								          <xsl:attribute name="name"><xsl:value-of select="Shortcut4ItemName"/></xsl:attribute>
-								            <property>
-								             <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameType"/></xsl:attribute>
-								             <xsl:attribute name="value"><xsl:value-of select="Shortcut4Type"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameUid"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut4Uid"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameView"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut4View"/></xsl:attribute>
-								            </property>
-								            <property>
-								              <xsl:attribute name="name"><xsl:value-of select="ShortcutPropertyNameParam"/></xsl:attribute>
-								              <xsl:attribute name="value"><xsl:value-of select="Shortcut4Param"/></xsl:attribute>
-								            </property>
-								          </item>
-				                </xsl:if>
-				              </settings>
-				            </initial_settings>
-			            </xsl:if>
-							</plugin>
-						</xsl:for-each>
-					</plugins>
-				</control>
-			</configuration>
-		</xsl:template>
-	</xsl:stylesheet>
-</file>
-</container>
\ No newline at end of file