blob: c5ba1533681134771e0fb4535b26c16203ec1c9c [file] [log] [blame]
BUNDLES = [
"@jersey_client//jar",
"@jersey_security//jar",
"@jersey_media_sse//jar",
"@commons_io//jar",
"@httpclient_osgi//jar",
"@httpcore_osgi//jar",
"//providers/rest/device:onos-providers-rest-device",
"//protocols/rest/api:onos-protocols-rest-api",
"//protocols/rest/ctl:onos-protocols-rest-ctl",
]
onos_app(
app_name = "org.onosproject.restsb",
category = "Provider",
description = "Provides means for ONOS to discover the existence of a REST API enabled device " +
"or proxy for multiple devices from information given by network configuration.",
included_bundles = BUNDLES,
title = "REST Provider",
url = "https://wiki.onosproject.org/display/ONOS/REST",
)