Mohammad Shahid | 30fedc5 | 2017-08-09 11:49:40 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 2 | '//lib:CORE_DEPS', |
| 3 | '//protocols/bgp/api:onos-protocols-bgp-api', |
| 4 | '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio', |
| 5 | '//incubator/store:onos-incubator-store', |
| 6 | '//incubator/api:onos-incubator-api', |
| 7 | '//apps/evpn-route-service/api:onos-apps-evpn-route-service-api', |
Mohammad Shahid | 30fedc5 | 2017-08-09 11:49:40 +0530 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | TEST_DEPS = [ |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 11 | '//lib:TEST_ADAPTERS', |
Mohammad Shahid | 30fedc5 | 2017-08-09 11:49:40 +0530 | [diff] [blame] | 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests( |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 15 | deps = COMPILE_DEPS, |
| 16 | test_deps = TEST_DEPS, |
Mohammad Shahid | 30fedc5 | 2017-08-09 11:49:40 +0530 | [diff] [blame] | 17 | ) |