blob: 119d1059df0fba0efd28924497adad9df517d6d8 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
Brian Silvermanf665d692013-02-17 22:11:39 -08004 'target_name': 'buffers',
5 'type': 'static_library',
6 'sources': [
7 'Buffers.cpp',
8 ],
9 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080010 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue',
Brian Silvermanf665d692013-02-17 22:11:39 -080011 '<(AOS)/build/aos.gyp:logging',
Brian Silverman5f8c4922014-02-11 21:22:38 -080012 '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:scoped_message_ptr',
Brian Silvermanf665d692013-02-17 22:11:39 -080013 ],
14 'export_dependent_settings': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080015 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue',
Brian Silverman5f8c4922014-02-11 21:22:38 -080016 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:scoped_message_ptr',
Brian Silvermanf665d692013-02-17 22:11:39 -080017 ],
18 },
19 {
brians343bc112013-02-10 01:53:46 +000020 'target_name': 'CameraHTTPStreamer',
21 'type': 'executable',
22 'sources': [
23 'HTTPStreamer.cpp',
24 ],
25 'dependencies': [
Brian Silvermanf665d692013-02-17 22:11:39 -080026 'buffers',
Brian Silverman14fd0fb2014-01-14 21:42:01 -080027 '<(AOS)/linux_code/linux_code.gyp:init',
Brian Silverman598800f2013-05-09 17:08:42 -070028 '<(AOS)/build/aos.gyp:logging',
brians343bc112013-02-10 01:53:46 +000029 ],
30 },
31 {
32 'target_name': 'CameraReader',
33 'type': 'executable',
34 'sources': [
35 'Reader.cpp',
36 ],
37 'dependencies': [
Brian Silvermanf665d692013-02-17 22:11:39 -080038 'buffers',
Brian Silverman14fd0fb2014-01-14 21:42:01 -080039 '<(AOS)/linux_code/linux_code.gyp:init',
Brian Silverman598800f2013-05-09 17:08:42 -070040 '<(AOS)/build/aos.gyp:logging',
Brian Silverman14fd0fb2014-01-14 21:42:01 -080041 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue',
brians343bc112013-02-10 01:53:46 +000042 ],
43 },
44 ],
45}