blob: 6f53c196e0e50d796e2c8e725e921ef46725b970 [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",
4 "@commons_io//jar",
5 "@httpclient_osgi//jar",
6 "@httpcore_osgi//jar",
7 "//providers/rest/device:onos-providers-rest-device",
8 "//protocols/rest/api:onos-protocols-rest-api",
9 "//protocols/rest/ctl:onos-protocols-rest-ctl",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070010]
11
Ray Milkey15053f02018-06-13 10:00:45 -070012onos_app(
13 app_name = "org.onosproject.restsb",
14 category = "Provider",
15 description = "Provides means for ONOS to discover the existence of a REST API enabled device " +
16 "or proxy for multiple devices from information given by network configuration.",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070017 included_bundles = BUNDLES,
Ray Milkey15053f02018-06-13 10:00:45 -070018 title = "REST Provider",
19 url = "https://wiki.onosproject.org/display/ONOS/REST",
Ray Milkeyb6d64d52018-06-13 09:49:01 -070020)