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