blob: ec617cc9ab4f93c82b107dd0064c7efaaf16b6ed [file] [log] [blame]
{
'targets': [
{
'target_name': 'crc',
'type': 'static_library',
'dependencies': [
'<(AOS)/common/common.gyp:once',
],
'sources': [
'crc.cc',
],
},
{
'target_name': 'uart_receiver',
'type': 'static_library',
'dependencies': [
'crc',
'<(DEPTH)/bbb_cape/src/cape/cape.gyp:cows',
'<(AOS)/build/aos.gyp:logging',
],
'sources': [
'uart_receiver.cc',
],
},
{
'target_name': 'uart_receiver_test',
'type': 'executable',
'dependencies': [
'uart_receiver',
'<(EXTERNALS):gtest',
'<(AOS)/build/aos.gyp:logging',
],
'sources': [
'uart_receiver_test.cc',
],
},
{
'target_name': 'uart_receiver_main',
'type': 'executable',
'dependencies': [
'uart_receiver',
'gpios',
'<(AOS)/common/common.gyp:time',
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/atom_code/atom_code.gyp:init',
],
'sources': [
'uart_receiver_main.cc',
],
},
{
'target_name': 'gpios',
'type': 'static_library',
'dependencies': [
'<(AOS)/build/aos.gyp:logging',
],
'sources': [
'gpios.cc',
],
},
],
}