| Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', | ||||
| 3 | '//lib:openflowj', | ||||
| 4 | ] | ||||
| 5 | |||||
| 6 | TEST_DEPS = [ | ||||
| 7 | '//lib:TEST', | ||||
| 8 | '//core/api:onos-api-tests', | ||||
| 9 | ] | ||||
| 10 | |||||
| Brian O'Connor | e4da59d | 2016-04-08 00:32:18 -0700 | [diff] [blame^] | 11 | osgi_jar_with_tests ( |
| 12 | name = 'onos-of-api', | ||||
| Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
| Brian O'Connor | e4da59d | 2016-04-08 00:32:18 -0700 | [diff] [blame^] | 14 | test_deps = TEST_DEPS, |
| Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | ) |