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