blob: 6e5a46e8eca8edc80508664362a981b1dde638de [file] [log] [blame]
Ray Milkeyf9a76972016-04-12 09:47:12 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4 '//apps/routing-api:onos-apps-routing-api',
Jonathan Hart470ed4f2017-01-31 16:52:28 -08005 '//apps/intentsync:onos-apps-intentsync',
Ray Milkeyf9a76972016-04-12 09:47:12 -07006]
7
8osgi_jar (
9 deps = COMPILE_DEPS,
10)
11
12onos_app (
13 title = 'SDN-IP Reactive Routing App',
14 category = 'Traffic Steering',
15 url = 'http://onosproject.org',
16 description = 'SDN-IP reactive routing application.',
slowr29be99a2017-02-12 09:11:33 -080017 required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip' ],
Ray Milkeyf9a76972016-04-12 09:47:12 -070018)