mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
e4d9e10492
- support depends, conflicts and provides nodes, all under a 'dep' node - autoload are kept for now and are not moved yet - modules are updated for new dep format - it is now required that module's name and filename are the same
17 lines
421 B
XML
17 lines
421 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="heli_swashplate_mixing" dir="helicopter">
|
|
<doc>
|
|
<description>Helicopter Swashplate Mixing</description>
|
|
</doc>
|
|
<header>
|
|
<file name="swashplate_mixing.h"/>
|
|
</header>
|
|
<init fun="swashplate_mixing_init()"/>
|
|
<makefile target="ap|fbw">
|
|
<file name="swashplate_mixing.c"/>
|
|
<define name="ROTORCRAFT_IS_HELI" value="TRUE"/>
|
|
</makefile>
|
|
</module>
|
|
|