uidesigner/com.nokia.sdt.component.symbian.test/plugin.xml
author timkelly
Tue, 11 May 2010 16:31:08 -0500
changeset 1348 40b1a30ba1cb
parent 0 fb279309251b
permissions -rw-r--r--
adding timing stats. Added a simulated stress test to get idea of timing on how long a full scan would take with 10 SDKs

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="com.nokia.sdt.component.symbian.implementation">
      <implementation class="com.nokia.sdt.component.symbian.test.FooImplementationTypeFactory"/>
      <implementation class="com.nokia.sdt.component.symbian.test.FooBarImplementationTypeFactory"/>
   </extension>

</plugin>