configurationengine/source/cone/confml/tests/testdata/read_write/extensions.confml
author m2lahtel
Thu, 21 Oct 2010 16:36:53 +0300
changeset 5 d2c80f5cab53
permissions -rw-r--r--
Updated to version 1.2.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     1
<configuration xmlns="http://www.s60.com/xml/confml/2" name="Example Configuration" version="2.91.0" xmlns:custom="...">
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     2
    <extensions>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     3
        <custom:something/>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     4
    </extensions>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     5
    <feature ref="ExampleFeature" name="Example Feature Settings" custom:foo="3">
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     6
        <desc>This is the description for the feature. It can be used for display purposes.</desc>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     7
        <setting ref="setting1" name="Setting 1" type="int" readOnly="false" custom:bar="1">
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     8
            <extensions>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
     9
                <custom:something>foo</custom:something>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
    10
            </extensions>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
    11
            <desc>The first setting</desc>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
    12
        </setting>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
    13
    </feature>
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents:
diff changeset
    14
</configuration>