blob: 81feab965ca9cf61390b6dd9993bb3e6108821b7 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//apps/routing-api:onos-apps-routing-api',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
title = 'SDN-IP Reactive Routing App',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'SDN-IP reactive routing application.',
)