configurationengine/source/plugins/symbian/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="BmpAnimationFolder" name="BMP animation images folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
      <confml:desc>The folder used for generating an .mbm file</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    <confml:setting ref="SvgAnimationFolder" name="SVG animation images folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
      <confml:desc>The folder used for generating a .mif file</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
    <confml:setting ref="SoundFile" name="Sound file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
      <confml:desc>Sound file.</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
    <confml:setting ref="SoundFolder" name="Sound folder (for copying sound file to)" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
      <confml:desc>Sound folder.</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
    <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
    37
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    <confml:setting ref="ThemeFolder" name="Theme folder" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
      <confml:desc>Folder containing themes</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
    <confml:setting ref="Theme1File" name="Theme 1 file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
      <confml:desc>TPF file for theme 1</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
    <confml:setting ref="Theme2File" name="Theme 2 file" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
      <confml:desc>TPF file for theme 2</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
      <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
  </confml:feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
  <confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
    <confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
      <confml:ConfigureBitmask>false</confml:ConfigureBitmask>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
      <confml:BmpAnimationFolder><confml:localPath></confml:localPath></confml:BmpAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
      <confml:SvgAnimationFolder><confml:localPath></confml:localPath></confml:SvgAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
      <confml:SoundFile><confml:localPath></confml:localPath></confml:SoundFile>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
      <confml:SoundFolder><confml:localPath></confml:localPath></confml:SoundFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
      <confml:SoundFileName>default.mp3</confml:SoundFileName>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
      <confml:ThemeFolder><confml:localPath></confml:localPath></confml:ThemeFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
      <confml:Theme1File><confml:localPath></confml:localPath></confml:Theme1File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
      <confml:Theme2File><confml:localPath></confml:localPath></confml:Theme2File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
    </confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    72
  </confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    73
</confml:configuration>