Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 2 | |
| 3 | BUNDLES = [ |
| 4 | "//apps/routing-api:onos-apps-routing-api", |
| 5 | "//apps/routing/common:onos-apps-routing-common", |
| 6 | "//apps/vrouter:onos-apps-vrouter", |
| 7 | ] |
| 8 | |
| 9 | osgi_jar( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | category = "Traffic Engineering", |
| 15 | description = "Virtual router (vRouter) application.", |
| 16 | included_bundles = BUNDLES, |
| 17 | required_apps = [ |
| 18 | "org.onosproject.fibinstaller", |
| 19 | "org.onosproject.cpr", |
| 20 | "org.onosproject.fpm", |
| 21 | ], |
| 22 | title = "Virtual Router", |
| 23 | url = "http://onosproject.org", |
| 24 | ) |