homescreenapp/hsapplication/conf/base/confml/homescreendb.confml
changeset 36 cdae8c6c3876
child 39 4e8ebe173323
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2" name="HomeScreen database settings">
       
     3   <confml:feature ref="HomeScreenDbSettings" name="HomeScreen database settings">
       
     4     <confml:setting ref="portraitWallpaper" name="Portrait wallpaper" type="string"/>
       
     5     <confml:setting ref="landscapeWallpaper" name="Landscape wallpaper" type="string"/>
       
     6     <confml:setting ref="maximumPageCount" name="Maximum number of pages" type="int"/>
       
     7     <confml:setting ref="defaultPageId" name="Default page ID" type="selection"> <confml:option map="HomeScreenDbSettings/Pages"/>    
       
     8     </confml:setting>
       
     9     <confml:setting ref="Pages" mapKey="id" mapValue="id" name="Pages" type="sequence">
       
    10       <confml:setting ref="id" name="ID" type="int"/>
       
    11       <confml:setting ref="indexPosition" name="Index Position" type="int"/>
       
    12     </confml:setting>
       
    13     <confml:setting ref="Widgets" mapKey="id" mapValue="id" name="Widgets" type="sequence">
       
    14       <confml:setting ref="id" name="ID" type="int"/>
       
    15       <confml:setting ref="uri" name="URI" type="string"/>
       
    16       <confml:setting ref="pageId" name="Page ID" type="selection">
       
    17         <confml:option map="HomeScreenDbSettings/Pages"/>
       
    18       </confml:setting>
       
    19     </confml:setting>
       
    20     <confml:setting ref="WidgetPresentations" name="Widget presentations" type="sequence">
       
    21       <confml:setting ref="key" name="Key" type="string"/>
       
    22       <confml:setting ref="x" name="X position" type="real"/>
       
    23       <confml:setting ref="y" name="Y position" type="real"/>
       
    24       <confml:setting ref="width" name="Width" type="real"/>
       
    25       <confml:setting ref="height" name="Height" type="real"/>
       
    26       <confml:setting ref="zValue" name="Z value" type="real"/>
       
    27       <confml:setting ref="widgetId" name="Widget ID" type="selection">
       
    28         <confml:option map="HomeScreenDbSettings/Widgets"/>
       
    29       </confml:setting>
       
    30     </confml:setting>
       
    31     <confml:setting ref="WidgetPreferences" name="Widget preferences" type="sequence">
       
    32       <confml:setting ref="key" name="Key" type="string"/>
       
    33       <confml:setting ref="value" name="Value" type="string"/>
       
    34       <confml:setting ref="widgetId" name="Widget ID" type="selection">
       
    35         <confml:option map="HomeScreenDbSettings/Widgets"/>
       
    36       </confml:setting>
       
    37     </confml:setting>
       
    38   </confml:feature>
       
    39 </confml:configuration>