Write a plugin
XML plugin files must be structured like this example:
<plugin name="Sample v1.0" description="A sample plugin that demonstrates *(DDT)*'s plugin interface.">
<preload name="samplelib1" />
<preload name="samplelib2" />
<environment name="SUPPRESS_LOG" value="1" />
<environment name="ANOTHER_VAR" value="some value" />
<breakpoint location="sample_log" action="log" message_variable="message" />
<breakpoint location="sample_err" action="message_box" message_variable="message" />
<extra_control_process hide="last" />
</plugin>
Only the surrounding plugin
tag is required. All the other tags are optional.
A complete description of each tag can be found in Plugin reference.
Note
If you are interested in providing a plugin as part of your application bundle, Linaro can provide you with any assistance you need to get up and running. Contact Forge Support for more information.