Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_param_minmax.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!-- Author: Henri Chain -->
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0007   <kcfgfile arg="true"/>
0008   <group name="Something">
0009     <entry name="Foo$(myparam)" type="double" key="foo_#$(myparam)">
0010       <parameter name="myparam" type="Int" max="5"/>
0011       <default>1.23</default>
0012       <min>0.01</min>
0013       <max>89898.23</max>
0014     </entry>
0015   </group>
0016 </kcfg>
0017