blob: 81feab965ca9cf61390b6dd9993bb3e6108821b7 [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',
5]
6
7osgi_jar (
8 deps = COMPILE_DEPS,
9)
10
11onos_app (
12 title = 'SDN-IP Reactive Routing App',
13 category = 'Traffic Steering',
14 url = 'http://onosproject.org',
15 description = 'SDN-IP reactive routing application.',
16)