blob: f8f235ffe9c84f5fd5a3d476a53873d798b5ea66 [file] [log] [blame]
{
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'biod',
'type': 'executable',
'link_settings': {
'libraries': [
'-ldl',
],
},
'sources': [
'main.cc',
'biometrics_daemon.cc',
'fake_biometric.cc',
'fpc_biometric.cc',
'bio_library.cc',
],
},
{
'target_name': 'biod_client_tool',
'type': 'executable',
'sources': ['tools/biod_client_tool.cc'],
},
{
'target_name': 'fake_biometric_tool',
'type': 'executable',
'sources': ['tools/fake_biometric_tool.cc'],
},
],
}