configurationengine/source/cone/confml/tests/testdata/read_write/file_folder_test.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" name="Time types test">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <confml:feature ref="FileFolderTest" name="File &amp; folder types test">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <confml:desc>Feature with file and folder setting types</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    <confml:setting ref="FolderSetting" name="Folder setting" type="folder">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
      <confml:targetPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
      <confml:desc>A folder setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <confml:setting ref="FileSetting" name="File setting" type="file">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <confml:localPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <confml:targetPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
      <confml:desc>A file setting</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
    </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
  </confml:feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
  <confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    <confml:FileFolderTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      <confml:FolderSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
        <confml:localPath>default_folder</confml:localPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
        <confml:targetPath>default_target_folder/</confml:targetPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
      </confml:FolderSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
      <confml:FileSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
        <confml:localPath>default_file.txt</confml:localPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
        <confml:targetPath>default_target_folder/default_file_renamed.txt</confml:targetPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
      </confml:FileSetting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
    </confml:FileFolderTest>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
  </confml:data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
</confml:configuration>