0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
id="com.symbian.driver.plugins.romflashing"
|
|
6 |
name="Symbian Rom Flashing"
|
|
7 |
point="com.symbian.driver.core.RomFlashing">
|
|
8 |
<RomFlashing class="com.symbian.driver.plugins.romflash.Activator">
|
|
9 |
<variable
|
|
10 |
name="method"
|
|
11 |
value="usb"/>
|
|
12 |
<variable
|
|
13 |
name="portnumber"
|
|
14 |
value="6"/>
|
|
15 |
<variable
|
|
16 |
name="rebootextension"
|
|
17 |
value="com.symbian.driver.core.DeviceReboot"/>
|
|
18 |
</RomFlashing>
|
|
19 |
</extension>
|
|
20 |
<extension
|
|
21 |
id="ROMFlahingConfig"
|
|
22 |
point="com.symbian.driver.core.TDConfig">
|
|
23 |
<TDConfig class="com.symbian.driver.plugins.romflash.Activator"/>
|
|
24 |
</extension>
|
|
25 |
<extension
|
|
26 |
point="com.symbian.driver.core.TDLauncher">
|
|
27 |
<TDLauncher class="com.symbian.driver.plugins.romflash.ROMFlashLaunchTab"/>
|
|
28 |
</extension>
|
|
29 |
</plugin>
|