configurationengine/source/cone/confml/tests/testdata/pickle_unpickle/basic_setting_types_test.confml
author m2lahtel
Wed, 08 Sep 2010 12:20:56 +0300
changeset 4 0951727b8815
permissions -rw-r--r--
Updated to 1.2.13 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     2
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" name="Basic setting types test">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     3
  <confml:feature ref="BasicSettingTypesTest" name="Basic setting types test">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     4
    <confml:desc>Feature with basic setting types (ConfML v2.0)</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     5
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     6
    <confml:setting ref="RealSetting" name="Real setting" type="real">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     7
      <confml:desc>A real setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     8
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     9
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    10
    <confml:setting ref="IntSetting" name="Int setting" type="int">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    11
      <confml:desc>An int setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    12
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    13
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    14
    <confml:setting ref="StringSetting" name="String setting" type="string">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    15
      <confml:desc>A string setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    16
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    17
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    18
    <confml:setting ref="BooleanSetting" name="Boolean setting" type="boolean">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    19
      <confml:desc>A boolean setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    20
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    21
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    22
    <confml:setting ref="SelectionSetting" name="Selection setting" type="selection">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    23
      <confml:desc>A selection setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    24
      <confml:option name="Option0" value="0"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    25
      <confml:option name="Option1" value="1"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    26
      <confml:option name="Option2" value="2"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    27
      <confml:option name="Option3" value="3"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    28
      <confml:option name="Option4" value="4"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    29
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    30
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    31
    <confml:setting ref="MultiSelectionSetting" name="Multi-selection setting" type="multiSelection">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    32
      <confml:desc>A multi-selection setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    33
      <confml:option name="Option 0" value="opt 0"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    34
      <confml:option name="Option 1" value="opt 1"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    35
      <confml:option name="Option 2" value="opt 2"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    36
      <confml:option name="Option 3" value="opt 3"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    37
      <confml:option name="Option 4" value="opt 4"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    38
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    39
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    40
    <confml:setting ref="HexBinarySetting" name="Hex-binary setting" type="hexBinary">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    41
      <confml:desc>A hex-binary setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    42
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    43
  </confml:feature>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    44
  
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    45
  <confml:data>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    46
    <confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    47
      <confml:RealSetting>3.14</confml:RealSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    48
      <confml:IntSetting>10</confml:IntSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    49
      <confml:StringSetting>default string</confml:StringSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    50
      <confml:BooleanSetting>true</confml:BooleanSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    51
      <confml:SelectionSetting>1</confml:SelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    52
      <confml:MultiSelectionSetting>"opt 0" "opt 2" "opt 4"</confml:MultiSelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    53
      <confml:HexBinarySetting>00112233445566778899AABBCCDDEEFF</confml:HexBinarySetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    54
    </confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    55
  </confml:data>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    56
  
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    57
  <confml:rfs>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    58
    <confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    59
      <confml:RealSetting>true</confml:RealSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    60
      <confml:IntSetting>false</confml:IntSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    61
      <confml:StringSetting>false</confml:StringSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    62
      <confml:BooleanSetting>true</confml:BooleanSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    63
      <confml:SelectionSetting>true</confml:SelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    64
      <confml:MultiSelectionSetting>true</confml:MultiSelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    65
      <confml:HexBinarySetting>false</confml:HexBinarySetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    66
    </confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    67
  </confml:rfs>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    68
</confml:configuration>