configurationengine/source/plugins/common/integration-test/testdata/commandml_test_project/assets/s60/confml/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" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2" 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
    <confml:setting ref="RealSetting" name="Real setting" type="real">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     6
      <confml:desc>A real setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     7
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     8
    <confml:setting ref="IntSetting" name="Int setting" type="int">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     9
      <confml:desc>An int setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    10
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    11
    <confml:setting ref="StringSetting" name="String setting" type="string">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    12
      <confml:desc>A string setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    13
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    14
    <confml:setting ref="BooleanSetting" name="Boolean setting" type="boolean">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    15
      <confml:desc>A boolean 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
    <confml:setting ref="SelectionSetting" name="Selection setting" type="selection">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    18
      <confml:desc>A selection setting</confml:desc>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    19
      <confml:option name="Option0" value="0"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    20
      <confml:option name="Option1" value="1"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    21
      <confml:option name="Option2" value="2"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    22
      <confml:option name="Option3" value="3"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    23
      <confml:option name="Option4" value="4"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    24
    </confml:setting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    25
  </confml:feature>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    26
  
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    27
  <confml:data>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    28
    <confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    29
      <confml:RealSetting>3.14</confml:RealSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    30
      <confml:IntSetting>10</confml:IntSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    31
      <confml:StringSetting>default string</confml:StringSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    32
      <confml:BooleanSetting>true</confml:BooleanSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    33
      <confml:SelectionSetting>1</confml:SelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    34
    </confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    35
  </confml:data>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    36
  
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    37
  <confml:rfs>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    38
    <confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    39
      <confml:RealSetting>true</confml:RealSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    40
      <confml:IntSetting>false</confml:IntSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    41
      <confml:StringSetting>false</confml:StringSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    42
      <confml:BooleanSetting>true</confml:BooleanSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    43
      <confml:SelectionSetting>true</confml:SelectionSetting>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    44
    </confml:BasicSettingTypesTest>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    45
  </confml:rfs>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    46
</confml:configuration>