Brian Silverman | a9cbe30 | 2013-03-12 18:41:44 -0700 | [diff] [blame^] | 1 | { |
2 | 'targets': [ | ||||
3 | { | ||||
4 | 'target_name': 'sensor_input', | ||||
5 | 'type': 'static_library', | ||||
6 | 'sources': [ | ||||
7 | #'SensorInput-tmpl.h', | ||||
8 | ], | ||||
9 | 'dependencies': [ | ||||
10 | '<(AOS)/common/network/network.gyp:socket', | ||||
11 | '<(AOS)/build/aos.gyp:logging', | ||||
12 | ], | ||||
13 | 'export_dependent_settings': [ | ||||
14 | '<(AOS)/common/network/network.gyp:socket', | ||||
15 | '<(AOS)/build/aos.gyp:logging', | ||||
16 | ], | ||||
17 | }, | ||||
18 | ], | ||||
19 | } |