Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Jonathan Hart | bb782be | 2017-02-09 17:45:49 -0800 | [diff] [blame] | 4 | '//lib:concurrent-trees', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 5 | '//incubator/api:onos-incubator-api', |
| 6 | '//apps/routing-api:onos-apps-routing-api', |
Jonathan Hart | 470ed4f | 2017-01-31 16:52:28 -0800 | [diff] [blame] | 7 | '//apps/intentsync:onos-apps-intentsync', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 8 | '//apps/route-service/api:onos-apps-route-service-api', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | osgi_jar ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 16 | title = 'SDN-IP Reactive Routing', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 17 | category = 'Traffic Steering', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'SDN-IP reactive routing application.', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 20 | required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip', 'org.onosproject.route-service'], |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 21 | ) |