blob: a6ef4895cf99865a591bbe9b1e839c084bee26c2 [file] [log] [blame]
Ray Milkeyf9a76972016-04-12 09:47:12 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Jonathan Hartbb782be2017-02-09 17:45:49 -08003 '//lib:concurrent-trees',
Ray Milkeyf9a76972016-04-12 09:47:12 -07004 '//incubator/api:onos-incubator-api',
5 '//apps/routing-api:onos-apps-routing-api',
Jonathan Hart470ed4f2017-01-31 16:52:28 -08006 '//apps/intentsync:onos-apps-intentsync',
Ray Milkey69ec8712017-08-08 13:00:43 -07007 '//apps/route-service/api:onos-apps-route-service-api',
Ray Milkeyf9a76972016-04-12 09:47:12 -07008]
9
10osgi_jar (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070015 title = 'SDN-IP Reactive Routing',
Ray Milkeyf9a76972016-04-12 09:47:12 -070016 category = 'Traffic Steering',
17 url = 'http://onosproject.org',
18 description = 'SDN-IP reactive routing application.',
Ray Milkey69ec8712017-08-08 13:00:43 -070019 required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip', 'org.onosproject.route-service'],
Ray Milkeyf9a76972016-04-12 09:47:12 -070020)