blob: c5ba1533681134771e0fb4535b26c16203ec1c9c [file] [log] [blame]
Ray Milkeyb6d64d52018-06-13 09:49:01 -07001BUNDLES = [
Ray Milkey15053f02018-06-13 10:00:45 -07002 "@jersey_client//jar",
3 "@jersey_security//jar",
Thomas Vachuskaa19ca362019-08-28 13:30:14 -07004 "@jersey_media_sse//jar",
Ray Milkey15053f02018-06-13 10:00:45 -07005 "@commons_io//jar",
6 "@httpclient_osgi//jar",
7 "@httpcore_osgi//jar",
8 "//providers/rest/device:onos-providers-rest-device",
9 "//protocols/rest/api:onos-protocols-rest-api",
10 "//protocols/rest/ctl:onos-protocols-rest-ctl",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070011]
12
Ray Milkey15053f02018-06-13 10:00:45 -070013onos_app(
14 app_name = "org.onosproject.restsb",
15 category = "Provider",
16 description = "Provides means for ONOS to discover the existence of a REST API enabled device " +
17 "or proxy for multiple devices from information given by network configuration.",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070018 included_bundles = BUNDLES,
Ray Milkey15053f02018-06-13 10:00:45 -070019 title = "REST Provider",
20 url = "https://wiki.onosproject.org/display/ONOS/REST",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070021)