blob: 97284981214d47ef1b19dbc1b5f2e0acc846230b [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 Milkeyf9a76972016-04-12 09:47:12 -07007]
8
9osgi_jar (
10 deps = COMPILE_DEPS,
11)
12
13onos_app (
14 title = 'SDN-IP Reactive Routing App',
15 category = 'Traffic Steering',
16 url = 'http://onosproject.org',
17 description = 'SDN-IP reactive routing application.',
slowr29be99a2017-02-12 09:11:33 -080018 required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip' ],
Ray Milkeyf9a76972016-04-12 09:47:12 -070019)