configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/data/confml/data.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" 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="data">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <confml:BasicSettingTypesTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
      <confml:IntSetting>555</confml:IntSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
      <confml:StringSetting>カタカナ &lt;&amp;></confml:StringSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    </confml:BasicSettingTypesTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
      <confml:ConfigureBitmask>true</confml:ConfigureBitmask>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
      <confml:BmpAnimationFolder><confml:localPath>animation</confml:localPath></confml:BmpAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <confml:SvgAnimationFolder><confml:localPath>svg_animation</confml:localPath></confml:SvgAnimationFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <confml:SoundFile><confml:localPath>local_sounds/test.mp3</confml:localPath></confml:SoundFile>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
      <confml:SoundFolder><confml:localPath>sound_folder</confml:localPath></confml:SoundFolder>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
      <confml:SoundFileName>test2.mp3</confml:SoundFileName>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
      <!--<confml:ThemeFolder><confml:localPath>themes</confml:localPath></confml:ThemeFolder>-->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
      <confml:Theme1File><confml:localPath>themes/mock_theme_1.tpf</confml:localPath></confml:Theme1File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
      <confml:Theme2File><confml:localPath>themes/mock_theme_2.tpf</confml:localPath></confml:Theme2File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    </confml:CustomConfSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
      <confml:SequenceSettingTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
        <confml:SequenceSetting extensionPolicy="replace">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
          <confml:FolderSubSetting><confml:localPath>seq/default_folder</confml:localPath></confml:FolderSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
          <confml:RealSubSetting>10.10</confml:RealSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
          <confml:FileSubSetting><confml:localPath>seq/default_file.txt</confml:localPath></confml:FileSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
          <confml:IntSubSetting>120</confml:IntSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
          <confml:StringSubSetting>&lt;&amp;カタカナ&gt;</confml:StringSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
          <confml:BooleanSubSetting>true</confml:BooleanSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
          <confml:SelectionSubSetting>2</confml:SelectionSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
        </confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
      </confml:SequenceSettingTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
      <confml:Feature1>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
      <confml:SequenceSetting extensionPolicy="append">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
        <confml:RealSubSetting>1.5</confml:RealSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
        <confml:IntSubSetting>256</confml:IntSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
        <confml:StringSubSetting>test</confml:StringSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
        <confml:BooleanSubSetting>true</confml:BooleanSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
        <confml:SelectionSubSetting>1</confml:SelectionSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
      </confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
      </confml:Feature1>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
     
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    <confml:HcrTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
      <confml:Int32Setting>1234</confml:Int32Setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
    </confml:HcrTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
  </confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
</confml:configuration>