{ | |
'targets': [ | |
{ | |
'target_name': 'init', | |
'type': 'static_library', | |
'sources': [ | |
'<(AOS)/linux_code/init.cc', | |
], | |
'dependencies': [ | |
'<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem', | |
'<(AOS)/common/common.gyp:die', | |
'<(AOS)/build/aos.gyp:logging', | |
], | |
}, | |
{ | |
'target_name': 'configuration', | |
'type': 'static_library', | |
'sources': [ | |
'configuration.cc', | |
], | |
'dependencies': [ | |
'<(AOS)/common/common.gyp:once', | |
'<(AOS)/build/aos.gyp:logging', | |
], | |
}, | |
], | |
} |