Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Avantika-Huawei | 9e848e8 | 2016-09-01 12:12:42 +0530 | [diff] [blame] | 3 | '//incubator/api:onos-incubator-api', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 4 | '//protocols/ovsdb/api:onos-protocols-ovsdb-api', |
| 5 | '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 6 | '//apps/pcep-api:onos-apps-pcep-api', |
Priyanka B | 94395bf | 2016-05-21 18:39:46 +0530 | [diff] [blame] | 7 | '//protocols/pcep/api:onos-protocols-pcep-api', |
| 8 | '//protocols/pcep/pcepio:onos-protocols-pcep-pcepio', |
| 9 | '//core/api:onos-api-tests', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 10 | ] |
| 11 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 12 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | ) |