configurationengine/source/scripts/tests/testdata/packvariant/project/Layer1/confml/view.confml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2">
  <confml:view name="Layer 1 view">
    <confml:desc>Testing view located on layer 1.</confml:desc>
    <confml:group name="ConfML v1.0 settings">
      <confml:desc>Sample Description</confml:desc>
      <confml:setting ref="Feature1/RealSetting"/>
      <confml:setting ref="Feature1/IntSetting"/>
      <confml:setting ref="Feature1/StringSetting"/>
      <confml:setting ref="Feature1/BooleanSetting"/>
      <confml:setting ref="Feature1/SelectionSetting"/>
      <confml:setting ref="Feature1/SequenceSetting"/>
      <confml:setting ref="Feature2/SequenceSetting"/>
    </confml:group>
    <confml:group name="ConfML v2.0 settings">
      <confml:desc>Sample Description</confml:desc>
      <confml:setting ref="BasicSettingTypesTest/RealSetting"/>
      <confml:setting ref="BasicSettingTypesTest/IntSetting"/>
      <confml:setting ref="BasicSettingTypesTest/StringSetting"/>
      <confml:setting ref="BasicSettingTypesTest/BooleanSetting"/>
      <confml:setting ref="BasicSettingTypesTest/SelectionSetting"/>
      <confml:setting ref="FileFolderTest/FolderSetting"/>
      <confml:setting ref="FileFolderTest/FileSetting"/>
      <confml:setting ref="SequenceSettingTest/SequenceSetting"/>
    </confml:group>
  </confml:view>
</confml:configuration>