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 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 6 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 8 | ) |
| 9 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 10 | onos_app ( |
| 11 | title = 'Virtual Router App', |
| 12 | category = 'Traffic Steering', |
| 13 | url = 'http://onosproject.org', |
| 14 | description = 'Virtual router (vRouter) application.', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | ) |