configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/confml/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
<configuration xmlns="http://www.s60.com/xml/confml/1" name="TestFeature" version="1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <feature ref="TestFeature" name="Settings for testing">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <setting ref="Value1" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
  
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    <setting ref="Output1File" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    <setting ref="Output1Encoding" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    <setting ref="Output2Dir" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <setting ref="Output2Filename" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
  <data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    <TestFeature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
      <Value1>ελληνικά (unicode test), &lt;&amp;> (special char test)</Value1>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
      <Output1File>some/dir/out1.txt</Output1File>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
      <Output1Encoding>UTF-16-LE</Output1Encoding>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
      <Output2Dir>some/dir2</Output2Dir>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
      <Output2Filename>out2.txt</Output2Filename>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    </TestFeature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
  </data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
</configuration>