configurationengine/source/plugins/common/integration-test/testdata/generate/project/base/confml/file_folder_test.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="Time types test">
       
     3   <confml:feature ref="FileFolderTest" name="File &amp; folder types test">
       
     4     <confml:desc>Feature with file and folder setting types</confml:desc>
       
     5     <confml:setting ref="FolderSetting" name="Folder setting" type="folder">
       
     6       <confml:desc>A folder setting</confml:desc>
       
     7       <confml:localPath/>
       
     8       <confml:targetPath readOnly="true"/>
       
     9     </confml:setting>
       
    10     <confml:setting ref="FileSetting" name="File setting" type="file">
       
    11       <confml:desc>A file setting</confml:desc>
       
    12       <confml:localPath/>
       
    13       <confml:targetPath readOnly="true"/>
       
    14     </confml:setting>
       
    15   </confml:feature>
       
    16   <confml:data>
       
    17     <confml:FileFolderTest>
       
    18       <confml:FolderSetting>
       
    19         <confml:localPath>default_folder</confml:localPath>
       
    20         <confml:targetPath>default_target_folder/</confml:targetPath>
       
    21       </confml:FolderSetting>
       
    22       <confml:FileSetting>
       
    23         <confml:localPath>default_file.txt</confml:localPath>
       
    24         <confml:targetPath>default_target_folder/default_file_renamed.txt</confml:targetPath>
       
    25       </confml:FileSetting>
       
    26     </confml:FileFolderTest>
       
    27   </confml:data>
       
    28 </confml:configuration>