1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/logging/LoggingGadget.pluginspec

12 lines
512 B
XML

<plugin name="LoggingGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A plugin that logs all UAVObject updates to a binary file</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="ScopeGadget" version="1.0.0"/>
</dependencyList>
</plugin>