configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/custom/confml/custom.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     3  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"
       
     4  name="Custom configuration settings">
       
     5   <confml:feature ref="CustomConfSettings" name="Custom configuration settings">
       
     6     <confml:desc>Settings for configuring the base layer's settings via rules and other implementation files on this layer</confml:desc>
       
     7     
       
     8     <confml:setting ref="ConfigureBitmask" name="Configure bitmask" type="boolean">
       
     9       <confml:desc>Sets whether the feature BitmaskTest is configured with pre-defined values</confml:desc>
       
    10     </confml:setting>
       
    11     
       
    12     <confml:setting ref="BmpAnimationFolder" name="BMP animation images folder" type="folder">
       
    13       <confml:desc>The folder used for generating an .mbm file</confml:desc>
       
    14       <confml:localPath/>
       
    15       <confml:targetPath readOnly="true"/>
       
    16     </confml:setting>
       
    17     
       
    18     <confml:setting ref="SvgAnimationFolder" name="SVG animation images folder" type="folder">
       
    19       <confml:desc>The folder used for generating a .mif file</confml:desc>
       
    20       <confml:localPath/>
       
    21       <confml:targetPath readOnly="true"/>
       
    22     </confml:setting>
       
    23     
       
    24     <confml:setting ref="SoundFile" name="Sound file" type="file">
       
    25       <confml:desc>Sound file.</confml:desc>
       
    26       <confml:localPath/>
       
    27       <confml:targetPath readOnly="true"/>
       
    28     </confml:setting>
       
    29     
       
    30     <confml:setting ref="SoundFolder" name="Sound folder (for copying sound file to)" type="folder">
       
    31       <confml:desc>Sound folder.</confml:desc>
       
    32       <confml:localPath/>
       
    33       <confml:targetPath readOnly="true"/>
       
    34     </confml:setting>
       
    35     
       
    36     <confml:setting ref="SoundFileName" name="Sound file name (for copying sound file to)" type="string"/>
       
    37     
       
    38     <confml:setting ref="ThemeFolder" name="Theme folder" type="folder">
       
    39       <confml:desc>Folder containing themes</confml:desc>
       
    40       <confml:localPath/>
       
    41       <confml:targetPath readOnly="true"/>
       
    42     </confml:setting>
       
    43     
       
    44     <confml:setting ref="Theme1File" name="Theme 1 file" type="file">
       
    45       <confml:desc>TPF file for theme 1</confml:desc>
       
    46       <confml:localPath/>
       
    47       <confml:targetPath readOnly="true"/>
       
    48     </confml:setting>
       
    49     
       
    50     <confml:setting ref="Theme2File" name="Theme 2 file" type="file">
       
    51       <confml:desc>TPF file for theme 2</confml:desc>
       
    52       <confml:localPath/>
       
    53       <confml:targetPath readOnly="true"/>
       
    54     </confml:setting>
       
    55     
       
    56   </confml:feature>
       
    57   
       
    58   <confml:data>
       
    59     <confml:CustomConfSettings>
       
    60       <confml:ConfigureBitmask>false</confml:ConfigureBitmask>
       
    61       
       
    62       <confml:BmpAnimationFolder><confml:localPath></confml:localPath></confml:BmpAnimationFolder>
       
    63       <confml:SvgAnimationFolder><confml:localPath></confml:localPath></confml:SvgAnimationFolder>
       
    64       <confml:SoundFile><confml:localPath></confml:localPath></confml:SoundFile>
       
    65       <confml:SoundFolder><confml:localPath></confml:localPath></confml:SoundFolder>
       
    66       <confml:SoundFileName>default.mp3</confml:SoundFileName>
       
    67       <confml:ThemeFolder><confml:localPath></confml:localPath></confml:ThemeFolder>
       
    68       <confml:Theme1File><confml:localPath></confml:localPath></confml:Theme1File>
       
    69       <confml:Theme2File><confml:localPath></confml:localPath></confml:Theme2File>
       
    70       
       
    71     </confml:CustomConfSettings>
       
    72   </confml:data>
       
    73 </confml:configuration>