configurationengine/doc/plugins/imageml-plugin/examples/with_refs.imageml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <imageml xmlns="http://www.s60.com/xml/imageml/1">
       
     3     <!--
       
     4     Simple image conversions using a single input file, but with the file
       
     5     location coming from ConfML setting values.
       
     6     
       
     7     The target paths in the ConfML setting values are absolute paths on the
       
     8     target device, e.g. 'Z:\\resource\\apps\\cone.mbm'. When the output file
       
     9     location is taken from a ConfML setting, the ImageML plug-in automatically
       
    10     strips the drive letter, so the output file location becomes
       
    11     '<cone_output_dir>/resource/apps/cone.mbm' in this case.
       
    12     -->
       
    13     
       
    14     <output file="${TestSettings.ConeMbmTargetPath}">
       
    15         <input file="${TestSettings.ConeInputBmp.localPath}" depth="${TestSettings.ConeMbmDepth}"/>
       
    16     </output>
       
    17     
       
    18     <output file="${TestSettings.IconMifTargetPath}">
       
    19         <input file="${TestSettings.IconInputSvg.localPath}"/>
       
    20     </output>
       
    21 </imageml>