configurationengine/source/plugins/symbian/integration-test/testdata/generate/project/base/confml/sound_file_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="SoundFileTest" name="Sound file test">
       
     4     <confml:setting ref="SoundFilePath" name="Sound file path" type="string"/>
       
     5   </confml:feature>
       
     6   <confml:data>
       
     7     <confml:SoundFileTest>
       
     8       <confml:SoundFilePath>Z:\\data\\sounds\\some_sound.mp3</confml:SoundFilePath>
       
     9     </confml:SoundFileTest>
       
    10   </confml:data>
       
    11 </confml:configuration>