mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
b15c803328
OP-15: Added stub plugin for rawhid code git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@322 ebee16cc-31ac-478f-84a7-5cbb03baadba
11 lines
461 B
XML
11 lines
461 B
XML
<plugin name="RawHID" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
|
<license>GNU Public License (GPL) Version 3</license>
|
|
<description>Connection to OpenPilot board using RawHID USB interface</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|