Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | ] |
| 5 | |
| 6 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 7 | '//lib:TEST_ADAPTERS', |
| 8 | '//core/common:onos-core-common', |
| 9 | '//core/store/dist:onos-core-dist', |
| 10 | '//core/store/dist:onos-core-dist-tests', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ] |
| 12 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 13 | osgi_jar_with_tests ( |
| 14 | name = 'onos-core-net', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | deps = COMPILE_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 16 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 17 | visibility = ['PUBLIC'], |
Yuta HIGUCHI | e076415 | 2016-06-07 18:30:34 +0000 | [diff] [blame] | 18 | ) |