blob: ab2bf705c35f0812d50f82bbe84f9d102a79b1ad [file] [log] [blame]
{
'targets': [
{
'target_name': 'get',
'type': 'executable',
'sources': [
'get.cc',
],
'dependencies': [
'<(EXTERNALS):gflags',
'<(AOS)/common/util/util.gyp:thread',
'libusb_wrap',
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/common.gyp:time',
],
'export_dependent_settings': [
'<(AOS)/common/common.gyp:time',
],
},
{
'target_name': 'libusb_wrap',
'type': 'static_library',
'sources': [
'libusb_wrap.cc',
],
'dependencies': [
'<(EXTERNALS):libusb',
'<(AOS)/build/aos.gyp:logging',
],
'export_dependent_settings': [
'<(EXTERNALS):libusb',
],
},
],
}