blob: f1a7cfa6151eaccbab85a54d2e7e5554e49400b2 [file] [log] [blame]
Ray Milkeyf9a76972016-04-12 09:47:12 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Jonathan Hartbb782be2017-02-09 17:45:49 -08004 '//lib:concurrent-trees',
Ray Milkeyf9a76972016-04-12 09:47:12 -07005 '//incubator/api:onos-incubator-api',
6 '//apps/routing-api:onos-apps-routing-api',
Jonathan Hart470ed4f2017-01-31 16:52:28 -08007 '//apps/intentsync:onos-apps-intentsync',
Ray Milkey69ec8712017-08-08 13:00:43 -07008 '//apps/route-service/api:onos-apps-route-service-api',
Ray Milkeyf9a76972016-04-12 09:47:12 -07009]
10
11osgi_jar (
12 deps = COMPILE_DEPS,
13)
14
15onos_app (
16 title = 'SDN-IP Reactive Routing App',
17 category = 'Traffic Steering',
18 url = 'http://onosproject.org',
19 description = 'SDN-IP reactive routing application.',
Ray Milkey69ec8712017-08-08 13:00:43 -070020 required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip', 'org.onosproject.route-service'],
Ray Milkeyf9a76972016-04-12 09:47:12 -070021)