configurationengine/source/plugins/common/integration-test/testdata/generate/project/base/confml/sequence_setting_test.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="Basic setting types test">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <confml:feature ref="SequenceSettingTest" name="Sequence setting test">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <confml:desc>Feature with a sequence setting (ConfML v2.0)</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    <confml:setting ref="SequenceSetting" name="Sequence setting" type="sequence">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
      <confml:desc>A sequence setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
      <confml:setting ref="FolderSubSetting" name="Folder sub-setting" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
        <confml:desc>A folder sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
        <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
        <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <confml:setting ref="RealSubSetting" name="Real sub-setting" type="real">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
        <confml:desc>A real sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
      <confml:setting ref="FileSubSetting" name="File sub-setting" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
        <confml:desc>A file sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
        <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
        <confml:targetPath readOnly="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
      <confml:setting ref="IntSubSetting" name="Int sub-setting" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
        <confml:desc>An int sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
      <confml:setting ref="StringSubSetting" name="String sub-setting" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
        <confml:desc>A string sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
      <confml:setting ref="BooleanSubSetting" name="Boolean sub-setting" type="boolean">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
        <confml:desc>A boolean sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
      <confml:setting ref="SelectionSubSetting" name="Selection sub-setting" type="selection">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
        <confml:desc>A selection sub-setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
        <confml:option name="Op0" value="0"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
        <confml:option name="Op1" value="1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
        <confml:option name="Op2" value="2"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
        <confml:option name="Op3" value="3"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
        <confml:option name="Op4" value="4"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
      </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
  </confml:feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
  <confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
    <confml:SequenceSettingTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
      <confml:SequenceSetting template="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
        <confml:FolderSubSetting><confml:localPath>seq/default_folder</confml:localPath></confml:FolderSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
        <confml:RealSubSetting>1.0</confml:RealSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
        <confml:FileSubSetting><confml:localPath>seq/default_file.txt</confml:localPath></confml:FileSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
        <confml:IntSubSetting>1</confml:IntSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
        <confml:StringSubSetting>template</confml:StringSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
        <confml:BooleanSubSetting>false</confml:BooleanSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
        <confml:SelectionSubSetting>0</confml:SelectionSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
      </confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
      <confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
        <confml:FolderSubSetting><confml:localPath>seq/def1_folder</confml:localPath></confml:FolderSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
        <confml:RealSubSetting>1.25</confml:RealSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
        <confml:FileSubSetting><confml:localPath>seq/def1_file.txt</confml:localPath></confml:FileSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
        <confml:IntSubSetting>128</confml:IntSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
        <confml:StringSubSetting>def1</confml:StringSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
        <confml:BooleanSubSetting>false</confml:BooleanSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
        <confml:SelectionSubSetting>1</confml:SelectionSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
      </confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
      <confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
        <confml:FolderSubSetting><confml:localPath>seq/def2_folder</confml:localPath></confml:FolderSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
        <confml:RealSubSetting>1.5</confml:RealSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
        <confml:FileSubSetting><confml:localPath>seq/def2_file.txt</confml:localPath></confml:FileSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
        <confml:IntSubSetting>256</confml:IntSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
        <confml:StringSubSetting>def2</confml:StringSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
        <confml:BooleanSubSetting>false</confml:BooleanSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
        <confml:SelectionSubSetting>1</confml:SelectionSubSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
      </confml:SequenceSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
    </confml:SequenceSettingTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
  </confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
</confml:configuration>