Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | SRC_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
kalagesa | 4201954 | 2017-03-14 18:00:47 +0530 | [diff] [blame^] | 4 | '//core/api:onos-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 5 | ] |
6 | |||||
7 | TEST_DEPS = [ | ||||
8 | '//lib:TEST', | ||||
9 | '//core/api:onos-api-tests', | ||||
10 | ] | ||||
11 | |||||
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 12 | osgi_jar_with_tests ( |
13 | name = 'onos-core-common', | ||||
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | deps = SRC_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 15 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 16 | visibility = ['PUBLIC'], |
17 | ) |