Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / hitl / hitl.pluginspec
blob544610b3670478c8d0dd33e1491c5956c1fd6ed0
1 <plugin name="HITL" version="1.0.0" compatVersion="1.0.0">
2     <vendor>The OpenPilot Project</vendor>
3     <copyright>(C) 2010 OpenPilot Project</copyright>
4     <license>The GNU Public License (GPL) Version 3</license>
5     <description>Hardware In The Loop Simulation</description>
6     <url>http://www.openpilot.org</url>
7     <dependencyList>
8         <dependency name="Core" version="1.0.0"/>
9         <dependency name="UAVObjects" version="1.0.0"/>
10         <dependency name="UAVTalk" version="1.0.0"/>
11     </dependencyList>
12 </plugin>