Carmelo Cascone 4164436785 More p4runtime-related bazel build files
Change-Id: Icdd02a06d7905e4cd0a6c61d282fd522c7b75fe7
2018-08-10 18:42:44 +00:00

15 lines
453 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + [
"@javax_ws_rs_api//jar",
"//utils/rest:onlab-rest",
"//apps/segmentrouting/app:onos-apps-segmentrouting-app",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
#web_context = "/onos/segmentrouting",
#api_title = "Segment Routing Rest Server",
#api_version = "1.0",
#api_description = "REST API for Segment Routing Application",
#api_package = "org.onosproject.segmentrouting.web",
)