sbsv2/raptor/test/smoke_suite/test_resources/simple_extension/flm_export.xml
author timothy.murphy@nokia.com
Sun, 29 Nov 2009 16:09:20 +0000
branchwip
changeset 22 072f869b0bc5
parent 3 e1eecf4d390d
permissions -rw-r--r--
Catch up to wip branch

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">

<!--  Extension interfaces : replacements for Template Extension Makefiles 
  --> 

 <interface name="tools.flm_test" extends="middle_man" flm="flm_export.flm">
  <param name="FLM_EXPORT_1" /> 
 </interface>

 <interface name="middle_man" extends="Symbian.UserFLM" abstract="true">
  <param name="FLM_EXPORT_2" />
 </interface>
</build>