configurationengine/source/scripts/tests/generation_test_project/base/confml/multiselection.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
<configuration xmlns="http://www.s60.com/xml/confml/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2" name="Multi-selection test">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <feature ref="MultiSelectionTest" name="Multi-selection test feature">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <desc>Multi-selection test feature (ConfML v2.0)</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    <setting ref="MultiSelectionSetting" name="Multi-selection setting" type="multiSelection">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
      <desc>A multi-selection setting</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
      <option name="Option 0" value="opt 0"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
      <option name="Option 1" value="opt 1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
      <option name="Option 2" value="opt 2"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
      <option name="Option 3" value="opt 3"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <option name="Option 4" value="opt 4"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <option name="opt 5" value="opt 5"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
  <data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    <MultiSelectionTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      <MultiSelectionSetting>"opt 1" "opt 3"</MultiSelectionSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    </MultiSelectionTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
  </data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
</configuration>