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 | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | osgi_jar ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app ( |
| 14 | title = 'SDN-IP Reactive Routing App', |
| 15 | category = 'Traffic Steering', |
| 16 | url = 'http://onosproject.org', |
| 17 | description = 'SDN-IP reactive routing application.', |
slowr | 29be99a | 2017-02-12 09:11:33 -0800 | [diff] [blame] | 18 | required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip' ], |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 19 | ) |