blob: 2bb6c6e6fd7970508231629142c28e23e0e4901b [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.',
Jonathan Hart470ed4f2017-01-31 16:52:28 -080017 required_apps = [ 'org.onosproject.intentsynchronizer' ],
Ray Milkeyf9a76972016-04-12 09:47:12 -070018)