configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/contentproject/family/product/confml/data.confml
changeset 5 d2c80f5cab53
equal deleted inserted replaced
4:0951727b8815 5:d2c80f5cab53
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     3 	xmlns="http://www.s60.com/xml/confml/2"
       
     4 	xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2"
       
     5 	name="data">
       
     6 	<data>
       
     7 		<WallpaperSettings>
       
     8 			<Wallpapers extensionPolicy="replace">
       
     9 				<LandscapeWallpaper>
       
    10 					<localPath>wallpapers/wallpaper1.png</localPath>
       
    11 					<targetPath>1_wallpaper1.png</targetPath>
       
    12 				</LandscapeWallpaper>
       
    13 			</Wallpapers>
       
    14 			<Wallpapers>
       
    15 				<LandscapeWallpaper>
       
    16 					<localPath>wallpapers/wallpaper2.png</localPath>
       
    17 					<targetPath>2_wallpaper2.png</targetPath>
       
    18 				</LandscapeWallpaper>
       
    19 			</Wallpapers>
       
    20 			<Wallpapers>
       
    21 				<LandscapeWallpaper>
       
    22 					<localPath>wallpapers/wallpaper3.png</localPath>
       
    23 					<targetPath>3_wallpaper3.png</targetPath>
       
    24 				</LandscapeWallpaper>
       
    25 			</Wallpapers>
       
    26 		</WallpaperSettings>
       
    27 	</data>
       
    28 </configuration>