configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/project/confml/hcrexample.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" name="hcrexample">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <feature ref="hcrexample" name="Hardware configuration">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <desc>example hardware configuration repository confml</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    <setting ref="DebounceInterval" name="DebounceInterval" type="int"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    <setting ref="GPIO_1" name="GPIO_1" type="int"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    <setting ref="GPIO_2" name="GPIO_2" type="int"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
  <data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <hcrexample>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <DebounceInterval>0</DebounceInterval>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <GPIO_1>0</GPIO_1>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
      <GPIO_2>0</GPIO_2>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
    </hcrexample>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
  </data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
</configuration>