configurationengine/source/plugins/common/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="FileCopyList" name="File copy list" type="sequence">
       
    13       <confml:desc>Sequence for listing files to be copied</confml:desc>
       
    14       <confml:setting ref="File" name="File to copy" type="file">
       
    15         <confml:desc>The file to copy</confml:desc>
       
    16         <confml:localPath/>
       
    17         <confml:targetPath readOnly="true"/>
       
    18       </confml:setting>
       
    19     </confml:setting>
       
    20     
       
    21     <confml:setting ref="BmpAnimationFolder" name="BMP animation images folder" type="folder">
       
    22       <confml:desc>The folder used for generating an .mbm file</confml:desc>
       
    23       <confml:localPath/>
       
    24       <confml:targetPath readOnly="true"/>
       
    25     </confml:setting>
       
    26     
       
    27     <confml:setting ref="SvgAnimationFolder" name="SVG animation images folder" type="folder">
       
    28       <confml:desc>The folder used for generating a .mif file</confml:desc>
       
    29       <confml:localPath/>
       
    30       <confml:targetPath readOnly="true"/>
       
    31     </confml:setting>
       
    32     
       
    33     <confml:setting ref="SoundFile" name="Sound file" type="file">
       
    34       <confml:desc>Sound file.</confml:desc>
       
    35       <confml:localPath/>
       
    36       <confml:targetPath readOnly="true"/>
       
    37     </confml:setting>
       
    38     
       
    39     <confml:setting ref="SoundFolder" name="Sound folder (for copying sound file to)" type="folder">
       
    40       <confml:desc>Sound folder.</confml:desc>
       
    41       <confml:localPath/>
       
    42       <confml:targetPath readOnly="true"/>
       
    43     </confml:setting>
       
    44     
       
    45     <confml:setting ref="SoundFileName" name="Sound file name (for copying sound file to)" type="string"/>
       
    46     
       
    47     <confml:setting ref="ThemeFolder" name="Theme folder" type="folder">
       
    48       <confml:desc>Folder containing themes</confml:desc>
       
    49       <confml:localPath/>
       
    50       <confml:targetPath readOnly="true"/>
       
    51     </confml:setting>
       
    52     
       
    53     <confml:setting ref="Theme1File" name="Theme 1 file" type="file">
       
    54       <confml:desc>TPF file for theme 1</confml:desc>
       
    55       <confml:localPath/>
       
    56       <confml:targetPath readOnly="true"/>
       
    57     </confml:setting>
       
    58     
       
    59     <confml:setting ref="Theme2File" name="Theme 2 file" type="file">
       
    60       <confml:desc>TPF file for theme 2</confml:desc>
       
    61       <confml:localPath/>
       
    62       <confml:targetPath readOnly="true"/>
       
    63     </confml:setting>
       
    64     
       
    65   </confml:feature>
       
    66   
       
    67   <confml:data>
       
    68     <confml:CustomConfSettings>
       
    69       <confml:ConfigureBitmask>false</confml:ConfigureBitmask>
       
    70       
       
    71       <confml:FileCopyList template="true">
       
    72         <confml:File><confml:localPath></confml:localPath></confml:File>
       
    73       </confml:FileCopyList>
       
    74       
       
    75       <confml:BmpAnimationFolder><confml:localPath></confml:localPath></confml:BmpAnimationFolder>
       
    76       <confml:SvgAnimationFolder><confml:localPath></confml:localPath></confml:SvgAnimationFolder>
       
    77       <confml:SoundFile><confml:localPath></confml:localPath></confml:SoundFile>
       
    78       <confml:SoundFolder><confml:localPath></confml:localPath></confml:SoundFolder>
       
    79       <confml:SoundFileName>default.mp3</confml:SoundFileName>
       
    80       <confml:ThemeFolder><confml:localPath></confml:localPath></confml:ThemeFolder>
       
    81       <confml:Theme1File><confml:localPath></confml:localPath></confml:Theme1File>
       
    82       <confml:Theme2File><confml:localPath></confml:localPath></confml:Theme2File>
       
    83       
       
    84     </confml:CustomConfSettings>
       
    85   </confml:data>
       
    86 </confml:configuration>