configurationengine/source/plugins/common/integration-test/testdata/generate/project/data/confml/data.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <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" name="data">
       
     3   <confml:data>
       
     4     <confml:BasicSettingTypesTest>
       
     5       <confml:IntSetting>555</confml:IntSetting>
       
     6       <confml:StringSetting>カタカナ &lt;&amp;></confml:StringSetting>
       
     7     </confml:BasicSettingTypesTest>
       
     8     <confml:CustomConfSettings>
       
     9       <confml:FileCopyList extensionPolicy="replace"><confml:File><confml:localPath>file1.txt</confml:localPath></confml:File></confml:FileCopyList>
       
    10       <confml:FileCopyList><confml:File><confml:localPath>file2.txt</confml:localPath></confml:File></confml:FileCopyList>
       
    11       <confml:FileCopyList><confml:File><confml:localPath>file3.txt</confml:localPath></confml:File></confml:FileCopyList>
       
    12     </confml:CustomConfSettings>
       
    13     
       
    14       <confml:SequenceSettingTest>
       
    15         <confml:SequenceSetting extensionPolicy="replace">
       
    16           <confml:FolderSubSetting><confml:localPath>seq/default_folder</confml:localPath></confml:FolderSubSetting>
       
    17           <confml:RealSubSetting>10.10</confml:RealSubSetting>
       
    18           <confml:FileSubSetting><confml:localPath>seq/default_file.txt</confml:localPath></confml:FileSubSetting>
       
    19           <confml:IntSubSetting>120</confml:IntSubSetting>
       
    20           <confml:StringSubSetting>&lt;&amp;カタカナ&gt;</confml:StringSubSetting>
       
    21           <confml:BooleanSubSetting>true</confml:BooleanSubSetting>
       
    22           <confml:SelectionSubSetting>2</confml:SelectionSubSetting>
       
    23         </confml:SequenceSetting>
       
    24       </confml:SequenceSettingTest>
       
    25       
       
    26       <confml:Feature1>
       
    27       <confml:StringSetting>カタカナ</confml:StringSetting>
       
    28       <confml:SequenceSetting extensionPolicy="append">
       
    29         <confml:RealSubSetting>1.5</confml:RealSubSetting>
       
    30         <confml:IntSubSetting>256</confml:IntSubSetting>
       
    31         <confml:StringSubSetting>test</confml:StringSubSetting>
       
    32         <confml:BooleanSubSetting>true</confml:BooleanSubSetting>
       
    33         <confml:SelectionSubSetting>1</confml:SelectionSubSetting>
       
    34       </confml:SequenceSetting>
       
    35       </confml:Feature1>
       
    36 
       
    37   </confml:data>
       
    38 </confml:configuration>