Ray Milkey 35ea5bfb55 Additional bazel build files for apps
Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
2018-07-19 21:47:33 +00:00

24 lines
638 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + [
"@concurrent_trees//jar",
"//incubator/api:onos-incubator-api",
"//apps/routing-api:onos-apps-routing-api",
"//apps/intentsync:onos-apps-intentsync",
"//apps/route-service/api:onos-apps-route-service-api",
]
osgi_jar(
deps = COMPILE_DEPS,
)
onos_app(
category = "Traffic Engineering",
description = "SDN-IP reactive routing application.",
required_apps = [
"org.onosproject.intentsynchronizer",
"org.onosproject.sdnip",
"org.onosproject.route-service",
],
title = "SDN-IP Reactive Routing",
url = "http://onosproject.org",
)