configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/tests/e75/variant/implml/theme.thememl
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <thememl xmlns="http://www.s60.com/xml/thememl/1">
       
     3 
       
     4 	<!--This path points to the location of the Carbide.UI.-->
       
     5     <carbideuiPath>C:\Program Files\Nokia\Carbide.ui Theme Edition 3.4</carbideuiPath>
       
     6     
       
     7     
       
     8     <!--
       
     9     The value of this setting is directory path where the tpf files are located.
       
    10     This tag can be more than once, if directories with tpf files is more. 
       
    11     -->
       
    12     <themeDir>CVC_PreinstalledContent/CVC_PreInstalledThemesFolder</themeDir>
       
    13     
       
    14     
       
    15     <!-- 
       
    16     This tag activeTheme defines theme which will be active. The tag can be more than once.
       
    17     
       
    18     uid: This attribute is optional. It is hexadecimal number.
       
    19     
       
    20     refSetting: the value of this setting is a path of tpf file which will be active.
       
    21     
       
    22     platformUID: UID or PID number will be set to the value of this setting.
       
    23     If attribute UID is defined then the value of this setting will be value of this attribute 
       
    24     in decimal format. 
       
    25     If the uid number is not defined then PID number is got from pkg file and
       
    26     saved to the value of this setting in decimal format. 
       
    27     Next there is need to perform some modification with this number for reasons that AknSkinDescCompiler
       
    28     from SDK can't work with big integer numbers
       
    29     -->
       
    30     <activeTheme uid="0x101FD60A">
       
    31 		<refSetting>CVC_Theme_ref/CVC_DefaultTheme_ref</refSetting>
       
    32     	<platformUID>KCRUidPersonalisation/KPslnActiveSkinUid</platformUID>
       
    33     </activeTheme>
       
    34 
       
    35 </thememl>