slowr 29be99ac80 added sdnip as required app of reactive-routing
Change-Id: If60ecf89b3d38735cf2adb18f6051552c92a61f3
2017-02-13 17:23:52 +00:00

19 lines
490 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//apps/routing-api:onos-apps-routing-api',
'//apps/intentsync:onos-apps-intentsync',
]
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.',
required_apps = [ 'org.onosproject.intentsynchronizer', 'org.onosproject.sdnip' ],
)