Manikandan K | 100b57f | 2016-06-14 18:03:51 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//protocols/ospf/api:onos-protocols-ospf-api', |
Manikandan K | ad6937a | 2016-06-16 13:18:08 +0530 | [diff] [blame] | 4 | '//protocols/ospf/ctl:onos-protocols-ospf-ctl', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
Manikandan K | 100b57f | 2016-06-14 18:03:51 +0530 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
Manikandan K | ad6937a | 2016-06-16 13:18:08 +0530 | [diff] [blame] | 13 | test_deps = TEST_DEPS, |
Manikandan K | 100b57f | 2016-06-14 18:03:51 +0530 | [diff] [blame] | 14 | ) |
| 15 | |