blob: 0a770751951149ae4aa0da6ca3048b3081e681d1 [file] [log] [blame]
Brian Silvermana9cbe302013-03-12 18:41:44 -07001{
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}