configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/project/confml/hcrexample.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://www.s60.com/xml/confml/2" name="hcrexample">
       
     3   <feature ref="hcrexample" name="Hardware configuration">
       
     4     <desc>example hardware configuration repository confml</desc>
       
     5     <setting ref="DebounceInterval" name="DebounceInterval" type="int"/>
       
     6     <setting ref="GPIO_1" name="GPIO_1" type="int"/>
       
     7     <setting ref="GPIO_2" name="GPIO_2" type="int"/>
       
     8   </feature>
       
     9   <data>
       
    10     <hcrexample>
       
    11       <DebounceInterval>0</DebounceInterval>
       
    12       <GPIO_1>0</GPIO_1>
       
    13       <GPIO_2>0</GPIO_2>
       
    14     </hcrexample>
       
    15   </data>
       
    16 </configuration>