Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Thomas Vachuska | ce54193 | 2016-04-06 11:25:53 -0700 | [diff] [blame] | 3 | '//lib:concurrent-trees', |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
| 5 | '//core/store/dist:onos-core-dist', |
Thomas Vachuska | ce54193 | 2016-04-06 11:25:53 -0700 | [diff] [blame] | 6 | '//core/store/serializers:onos-core-serializers' |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 10 | '//lib:TEST_ADAPTERS', |
| 11 | '//core/api:onos-api-tests', |
| 12 | '//core/common:onos-core-common-tests', |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 15 | osgi_jar_with_tests ( |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 16 | deps = COMPILE_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 18 | visibility = ['PUBLIC'], |
| 19 | ) |