configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/tests/e75/s60/confml/aknskins.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="utf-8"?><configuration xmlns="http://www.s60.com/xml/confml/1" name="aknskins">
       
     2   <feature name="Avkon Personalization" ref="KCRUidPersonalisation">
       
     3     <desc/>
       
     4     <setting constraint="" name="Active Skin Location" ref="KPslnActiveSkinLocation" type="selection">
       
     5       <desc>The location of the active skin. Possible values are: 0 = Phone (drives C:\ and Z:\), 2 = MMC (E:\).</desc>
       
     6       <option name="Phone Memory" value="0"/>
       
     7       <option name="MMC" value="2"/>
       
     8     </setting>
       
     9     <setting constraint="" name="Active Skin Uid" ref="KPslnActiveSkinUid" type="string">
       
    10       <desc>The UID of the active skin.</desc>
       
    11     </setting>
       
    12     <setting constraint="" name="Color Palette Uid" readOnly="true" ref="KPslnColorPaletteUid" type="string">
       
    13       <desc>Active color palette Uid.</desc>
       
    14     </setting>
       
    15     <setting name="Dimmed Idle Background Image Index" readOnly="true" ref="KPslnDimmedIdleBackgroundImageIndex" type="int">
       
    16       <desc>Bitmap index of the active background image in the favourites.</desc>
       
    17     </setting>
       
    18     <setting name="Favourites Background Image Index" readOnly="true" ref="KPslnFavouritesBackgroundImageIndex" type="int">
       
    19       <desc>Active background image in the favourites Uid.</desc>
       
    20     </setting>
       
    21     <setting name="Favourites Background Image Path" ref="KPslnFavouritesBackgroundImagePath" type="string">
       
    22       <desc>The path name of the active background image file in Favourites.</desc>
       
    23     </setting>
       
    24     <setting name="Icon Set Uid" readOnly="true" ref="KPslnIconSetUid" type="string">
       
    25       <desc>Active icon set Uid.</desc>
       
    26     </setting>
       
    27     <setting name="Idle Background Image Index" readOnly="true" ref="KPslnIdleBackgroundImageIndex" type="int">
       
    28       <desc>Bitmap index of the active background image in the idle state.</desc>
       
    29     </setting>
       
    30     <setting name="Idle Background Image Path" ref="KPslnIdleBackgroundImagePath" type="string">
       
    31       <desc>The path name of the active background image file in the Idle state.</desc>
       
    32     </setting>
       
    33     <setting name="ScreenSaver Uid" readOnly="true" ref="KPslnScreenSaverUid" type="int">
       
    34       <desc> Active screen saver's Uid.</desc>
       
    35     </setting>
       
    36     <setting name="Idle Background Image Uid" readOnly="true" ref="KPslnIdleBackgroundImageUid" type="string">
       
    37       <desc>Active background image in the idle state Uid.</desc>
       
    38     </setting>
       
    39     <setting name="Favourites Background Image Uid" readOnly="true" ref="KPslnFavouritesBackgroundImageUid" type="string">
       
    40       <desc> Active background image in the favourites Uid.</desc>
       
    41     </setting>
       
    42     <setting name="Default Skin Uid" ref="KPslnDefaultSkinUid" type="string">
       
    43       <desc>Defines the default skin of the device. If default value is used, S60 default skin is used. Given value should be in HEX.&#13;
       
    44 Note that using 16-digit PID value here has a degrading impact on device performance. 8-digit UID is thus preferred.</desc>
       
    45     </setting>
       
    46     <setting name="System Default ScreenSaver" ref="KPslnSystemDefaultScreenSaver" type="string">
       
    47       <desc>System default screen saver. Possible values are:&#13;
       
    48 DateTime (same as if the key is not set at all)  - default screensaver is Date and Time screensaver.&#13;
       
    49 Text - default screensaver is Text.&#13;
       
    50 None - by default, screensaver is off.&#13;
       
    51 Defining an incorrect value will set Date and Time screensaver as default screensaver.&#13;
       
    52 Note that active screensaver is set using repository KCRUidScreenSaver with key KScreenSaverObject.</desc>
       
    53     </setting>
       
    54     <setting name="Color Palette" ref="KPslnColorPalette" type="selection">
       
    55       <desc>Active color scheme. Possible values are: 0 (blue), 1 (green), 2 (purple), 3 (red), 4 (pink), 5 (orange).</desc>
       
    56       <option name="Blue" value="0"/>
       
    57       <option name="Green" value="1"/>
       
    58       <option name="Purple" value="2"/>
       
    59       <option name="Red" value="3"/>
       
    60       <option name="Pink" value="4"/>
       
    61       <option name="Orange" value="5"/>
       
    62     </setting>
       
    63     <setting name="Available Color Palettes" ref="KPslnAvailableColorPalettes" type="string">
       
    64       <desc>Available color schemes. Contains a space separated list of the supported color schemes. Values are the same as in above.</desc>
       
    65     </setting>
       
    66     <setting name="Highlight Animation Enabled" ref="KPslnHighlightAnimationEnalbled" type="selection">
       
    67       <desc>Highlight animation status. If 0 animations are disabled, otherwise animations are enabled.</desc>
       
    68       <option name="Disabled" value="0"/>
       
    69       <option name="Enabled" value="1"/>
       
    70     </setting>
       
    71     <setting name="FullScreen Wallpaper Enabled" ref="KPslnFullScreenWallpaperEnabled" type="selection">
       
    72       <desc>Full screen wallpaper status. Value 0 means that full screen wallpaper is off, otherwise full screen wallpaper is enabled.</desc>
       
    73       <option name="Full Screen Wallpaper Off" value="0"/>
       
    74       <option name="Full Screen Wallpaper On" value="1"/>
       
    75     </setting>
       
    76     <setting name="Wallpaper Type" ref="KPslnWallpaperType" type="selection">
       
    77       <desc>Defines wallpaper type (none/image/slide set). Value of zero means that there is no wallpaper, value of 1 means that wallpaper is single image and value of 2 means that wallpaper is defined as image slide set.</desc>
       
    78       <option name="No Image" value="0"/>
       
    79       <option name="Single Image" value="1"/>
       
    80       <option name="Slide set" value="2"/>
       
    81     </setting>
       
    82     <setting id="" name="Default Skin" ref="KPslnDefaultSkin" type="int">
       
    83       <desc> Defines the default skin of the device. If default value is used, S60 default skin is used.</desc>
       
    84     </setting>
       
    85   </feature>
       
    86   <feature name="Wallpaper Configuration" ref="KCRUidWallpaperConfiguration">
       
    87     <desc/>
       
    88     <setting name="Wallpaper Portrait Scale Priority" ref="KWpConfPortraitScalePriority" type="int">
       
    89       <desc>Defines which operation (crop, stretch or both) should be preferred when trying to scale wallpaper to a portrait screen. &#13;
       
    90 Value of zero (0)  means stretching is preferred, value of one (1) means cropping is preferred and value of two (2) means both are preferred.(3) means nhd fullscreen is preferred</desc>
       
    91     </setting>
       
    92     <setting name="Wallpaper Portrait Max Crop Factor" ref="KWpConfPortraitMaxCropFactor" type="real">
       
    93       <desc>Maximum crop factor for portrait wallpaper.</desc>
       
    94     </setting>
       
    95     <setting name="Wallpaper Portait Max Stretch Factor" ref="KWpConfPortaitMaxStretchFactor" type="real">
       
    96       <desc>Maximum stretch factor for portrait wallpaper.</desc>
       
    97     </setting>
       
    98     <setting name="Wallpaper Landscape Scale Priority" ref="KWpConfLandscapeScalePriority" type="int">
       
    99       <desc>Defines which operation (crop, stretch or both) should be preferred when trying to scale wallpaper to a landscape screen.&#13;
       
   100 Value of zero (0)  means stretching is preferred, value of one (1) means cropping is preferred and value of two (2) means both are preferred.(3) means nhd fullscreen is preferred</desc>
       
   101     </setting>
       
   102     <setting name="Wallpaper Landscape Max Crop Factor" ref="KWpConfLandscapeMaxCropFactor" type="real">
       
   103       <desc>Maximum crop factor for landscape wallpaper.</desc>
       
   104     </setting>
       
   105     <setting name="Wallpaper Landscape Max Stretch Factor" ref="KWpConfLandscapeMaxStretchFactor" type="real">
       
   106       <desc>Maximum stretch factor for landscape wallpaper.</desc>
       
   107     </setting>
       
   108   </feature>
       
   109   <meta>
       
   110     <customer/>
       
   111     <date/>
       
   112   </meta>
       
   113   <data>
       
   114     <KCRUidPersonalisation>
       
   115       <KPslnActiveSkinLocation>0</KPslnActiveSkinLocation>
       
   116       <KPslnActiveSkinUid>0</KPslnActiveSkinUid>
       
   117       <KPslnColorPaletteUid>0</KPslnColorPaletteUid>
       
   118       <KPslnDimmedIdleBackgroundImageIndex>0</KPslnDimmedIdleBackgroundImageIndex>
       
   119       <KPslnFavouritesBackgroundImageIndex>0</KPslnFavouritesBackgroundImageIndex>
       
   120       <KPslnFavouritesBackgroundImagePath/>
       
   121       <KPslnIconSetUid>0</KPslnIconSetUid>
       
   122       <KPslnIdleBackgroundImageIndex>0</KPslnIdleBackgroundImageIndex>
       
   123       <KPslnIdleBackgroundImagePath/>
       
   124       <KPslnScreenSaverUid>0</KPslnScreenSaverUid>
       
   125       <KPslnIdleBackgroundImageUid>0</KPslnIdleBackgroundImageUid>
       
   126       <KPslnFavouritesBackgroundImageUid>0</KPslnFavouritesBackgroundImageUid>
       
   127       <KPslnDefaultSkinUid>0</KPslnDefaultSkinUid>
       
   128       <KPslnSystemDefaultScreenSaver/>
       
   129       <KPslnColorPalette>0</KPslnColorPalette>
       
   130       <KPslnAvailableColorPalettes>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19</KPslnAvailableColorPalettes>
       
   131       <KPslnHighlightAnimationEnalbled>1</KPslnHighlightAnimationEnalbled>
       
   132       <KPslnFullScreenWallpaperEnabled>0</KPslnFullScreenWallpaperEnabled>
       
   133       <KPslnWallpaperType>0</KPslnWallpaperType>
       
   134       <KPslnColorPalette>0</KPslnColorPalette>
       
   135       <KPslnDefaultSkin>0</KPslnDefaultSkin>
       
   136     </KCRUidPersonalisation>
       
   137     <KCRUidWallpaperConfiguration>
       
   138       <KWpConfPortraitScalePriority>1</KWpConfPortraitScalePriority>
       
   139       <KWpConfPortraitMaxCropFactor>0.33</KWpConfPortraitMaxCropFactor>
       
   140       <KWpConfPortaitMaxStretchFactor>0.23</KWpConfPortaitMaxStretchFactor>
       
   141       <KWpConfLandscapeScalePriority>1</KWpConfLandscapeScalePriority>
       
   142       <KWpConfLandscapeMaxCropFactor>0.131</KWpConfLandscapeMaxCropFactor>
       
   143       <KWpConfLandscapeMaxStretchFactor>0.15</KWpConfLandscapeMaxStretchFactor>
       
   144     </KCRUidWallpaperConfiguration>
       
   145   </data>
       
   146   <rfs>
       
   147     <KCRUidPersonalisation>
       
   148       <KPslnActiveSkinLocation>true</KPslnActiveSkinLocation>
       
   149       <KPslnActiveSkinUid>true</KPslnActiveSkinUid>
       
   150       <KPslnColorPaletteUid>true</KPslnColorPaletteUid>
       
   151       <KPslnDimmedIdleBackgroundImageIndex>true</KPslnDimmedIdleBackgroundImageIndex>
       
   152       <KPslnFavouritesBackgroundImageIndex>true</KPslnFavouritesBackgroundImageIndex>
       
   153       <KPslnFavouritesBackgroundImagePath>true</KPslnFavouritesBackgroundImagePath>
       
   154       <KPslnIconSetUid>true</KPslnIconSetUid>
       
   155       <KPslnIdleBackgroundImageIndex>true</KPslnIdleBackgroundImageIndex>
       
   156       <KPslnIdleBackgroundImagePath>true</KPslnIdleBackgroundImagePath>
       
   157       <KPslnScreenSaverUid>true</KPslnScreenSaverUid>
       
   158       <KPslnIdleBackgroundImageUid>true</KPslnIdleBackgroundImageUid>
       
   159       <KPslnFavouritesBackgroundImageUid>true</KPslnFavouritesBackgroundImageUid>
       
   160       <KPslnDefaultSkinUid>false</KPslnDefaultSkinUid>
       
   161       <KPslnSystemDefaultScreenSaver>false</KPslnSystemDefaultScreenSaver>
       
   162       <KPslnColorPalette>true</KPslnColorPalette>
       
   163       <KPslnAvailableColorPalettes>true</KPslnAvailableColorPalettes>
       
   164       <KPslnHighlightAnimationEnalbled>false</KPslnHighlightAnimationEnalbled>
       
   165       <KPslnFullScreenWallpaperEnabled>true</KPslnFullScreenWallpaperEnabled>
       
   166       <KPslnWallpaperType>true</KPslnWallpaperType>
       
   167       <KPslnDefaultSkin>false</KPslnDefaultSkin>
       
   168     </KCRUidPersonalisation>
       
   169     <KCRUidWallpaperConfiguration>
       
   170       <KWpConfPortraitScalePriority>false</KWpConfPortraitScalePriority>
       
   171       <KWpConfPortraitMaxCropFactor>false</KWpConfPortraitMaxCropFactor>
       
   172       <KWpConfPortaitMaxStretchFactor>false</KWpConfPortaitMaxStretchFactor>
       
   173       <KWpConfLandscapeScalePriority>false</KWpConfLandscapeScalePriority>
       
   174       <KWpConfLandscapeMaxCropFactor>false</KWpConfLandscapeMaxCropFactor>
       
   175       <KWpConfLandscapeMaxStretchFactor>false</KWpConfLandscapeMaxStretchFactor>
       
   176     </KCRUidWallpaperConfiguration>
       
   177   </rfs>
       
   178 </configuration>