configurationengine/source/plugins/example/ConeExampleValidatorPlugin/examplevalidatorplugin/tests/testdata/test.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://www.s60.com/xml/confml/1" name="ExampleValidatorTest">
       
     3     <feature ref="ExampleValidatorTest" name="Settings for example validator testing">
       
     4         <setting ref="SomeSetting" name="Some setting" type="string"/>
       
     5         <setting ref="FOO_SomeSetting1" name="FOO - Some setting 1" type="string"/>
       
     6         <setting ref="FOO_SomeSetting2" name="FOO - Some setting 2" type="string"/>
       
     7     </feature>
       
     8     <data>
       
     9         <ExampleValidatorTest>
       
    10             <SomeSetting>foo bar</SomeSetting>
       
    11             <FOO_SomeSetting1>abc foo</FOO_SomeSetting1>
       
    12             <FOO_SomeSetting2>abc123</FOO_SomeSetting2>
       
    13         </ExampleValidatorTest>
       
    14     </data>
       
    15 </configuration>