blob: ac93991e1c3a3586ef378d8ab34d33cfb23fde61 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
Ray Milkey24439fe2016-04-08 21:50:55 -07004 '//apps/routing-api:onos-apps-routing-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
Ray Milkey24439fe2016-04-08 21:50:55 -07007BUNDLES = [
8 '//apps/routing-api:onos-apps-routing-api',
Jonathan Hartf4bd0482017-01-27 15:11:18 -08009 '//apps/routing/common:onos-apps-routing-common',
Ray Milkey24439fe2016-04-08 21:50:55 -070010 '//apps/bgprouter:onos-apps-bgprouter',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011]
12
Ray Milkey24439fe2016-04-08 21:50:55 -070013osgi_jar (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)
16
Ray Milkey24439fe2016-04-08 21:50:55 -070017onos_app (
18 title = 'BGP Router App',
19 category = 'Traffic Steering',
20 url = 'http://onosproject.org',
21 description = 'BGP router application.',
Ray Milkey24439fe2016-04-08 21:50:55 -070022 included_bundles = BUNDLES,
Ray Milkey69ec8712017-08-08 13:00:43 -070023 required_apps = [ 'org.onosproject.fibinstaller', 'org.onosproject.route-service' ],
Ray Milkeyf80bbb22016-03-11 10:16:22 -080024)