blob: 439b05fc616d881b0b3c4bdfa2ddeb19c2945460 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS
Ray Milkey35ea5bf2018-07-17 15:28:44 -07002
3BUNDLES = [
4 "//apps/routing-api:onos-apps-routing-api",
5 "//apps/routing/common:onos-apps-routing-common",
6 "//apps/vrouter:onos-apps-vrouter",
7]
8
9osgi_jar(
10 deps = COMPILE_DEPS,
11)
12
13onos_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)