blob: 798ff7641659f4d46ea0b0e68ca4b1227c7cc5ad [file] [log] [blame]
Brian Silverman17f503e2015-08-02 18:17:18 -07001{
2 'targets': [
3 {
4 'target_name': 'wpilib_interface',
5 'type': 'executable',
6 'sources': [
7 'wpilib_interface.cc'
8 ],
9 'dependencies': [
10 '<(AOS)/linux_code/linux_code.gyp:init',
11 '<(AOS)/common/common.gyp:stl_mutex',
12 '<(AOS)/build/aos.gyp:logging',
13 '<(EXTERNALS):WPILib',
Brian Silverman552350b2015-08-02 18:23:34 -070014 '<(DEPTH)/y2014/y2014.gyp:constants',
15 '<(DEPTH)/y2014/queues/queues.gyp:auto_mode',
16 '<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
17 '<(DEPTH)/y2014/control_loops/shooter/shooter.gyp:shooter_queue',
18 '<(DEPTH)/y2014/control_loops/claw/claw.gyp:claw_queue',
Brian Silverman17f503e2015-08-02 18:17:18 -070019 '<(AOS)/common/controls/controls.gyp:control_loop',
20 '<(AOS)/common/util/util.gyp:log_interval',
21 '<(AOS)/common/common.gyp:time',
22 '<(AOS)/common/logging/logging.gyp:queue_logging',
23 '<(AOS)/common/messages/messages.gyp:robot_state',
24 '<(AOS)/common/util/util.gyp:phased_loop',
25 '<(AOS)/common/messages/messages.gyp:robot_state',
26 '<(DEPTH)/frc971/wpilib/wpilib.gyp:hall_effect',
27 '<(DEPTH)/frc971/wpilib/wpilib.gyp:joystick_sender',
28 '<(DEPTH)/frc971/wpilib/wpilib.gyp:loop_output_handler',
29 '<(DEPTH)/frc971/wpilib/wpilib.gyp:buffered_pcm',
30 '<(DEPTH)/frc971/wpilib/wpilib.gyp:gyro_sender',
31 '<(DEPTH)/frc971/wpilib/wpilib.gyp:dma_edge_counting',
32 '<(DEPTH)/frc971/wpilib/wpilib.gyp:interrupt_edge_counting',
33 '<(DEPTH)/frc971/wpilib/wpilib.gyp:encoder_and_potentiometer',
34 '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues',
35 '<(DEPTH)/frc971/wpilib/wpilib.gyp:logging_queue',
36 ],
37 },
38 ],
39}