configurationengine/source/plugins/common/integration-test/testdata/generate/project/custom/confml/custom.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     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"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
 name="Custom configuration settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
  <confml:feature ref="CustomConfSettings" name="Custom configuration settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    <confml:desc>Settings for configuring the base layer's settings via rules and other implementation files on this layer</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <confml:setting ref="ConfigureBitmask" name="Configure bitmask" type="boolean">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
      <confml:desc>Sets whether the feature BitmaskTest is configured with pre-defined values</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    <confml:setting ref="FileCopyList" name="File copy list" type="sequence">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
      <confml:desc>Sequence for listing files to be copied</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
      <confml:setting ref="File" name="File to copy" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
        <confml:desc>The file to copy</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
        <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
        <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    <confml:setting ref="BmpAnimationFolder" name="BMP animation images folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
      <confml:desc>The folder used for generating an .mbm file</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
    <confml:setting ref="SvgAnimationFolder" name="SVG animation images folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
      <confml:desc>The folder used for generating a .mif file</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
    <confml:setting ref="SoundFile" name="Sound file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
      <confml:desc>Sound file.</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
    <confml:setting ref="SoundFolder" name="Sound folder (for copying sound file to)" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
      <confml:desc>Sound folder.</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
    <confml:setting ref="SoundFileName" name="Sound file name (for copying sound file to)" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
    <confml:setting ref="ThemeFolder" name="Theme folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
      <confml:desc>Folder containing themes</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
    <confml:setting ref="Theme1File" name="Theme 1 file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
      <confml:desc>TPF file for theme 1</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
    <confml:setting ref="Theme2File" name="Theme 2 file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
      <confml:desc>TPF file for theme 2</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
  </confml:feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
  <confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
    <confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
      <confml:ConfigureBitmask>false</confml:ConfigureBitmask>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
      <confml:FileCopyList template="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    72
        <confml:File><confml:localPath></confml:localPath></confml:File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    73
      </confml:FileCopyList>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    74
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    75
      <confml:BmpAnimationFolder><confml:localPath></confml:localPath></confml:BmpAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    76
      <confml:SvgAnimationFolder><confml:localPath></confml:localPath></confml:SvgAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    77
      <confml:SoundFile><confml:localPath></confml:localPath></confml:SoundFile>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    78
      <confml:SoundFolder><confml:localPath></confml:localPath></confml:SoundFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    79
      <confml:SoundFileName>default.mp3</confml:SoundFileName>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    80
      <confml:ThemeFolder><confml:localPath></confml:localPath></confml:ThemeFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    81
      <confml:Theme1File><confml:localPath></confml:localPath></confml:Theme1File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    82
      <confml:Theme2File><confml:localPath></confml:localPath></confml:Theme2File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    83
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    84
    </confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    85
  </confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    86
</confml:configuration>