Ray Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "@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 Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame] | 10 | ] |
| 11 | |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 12 | onos_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 Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame] | 17 | included_bundles = BUNDLES, |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 18 | title = "REST Provider", |
| 19 | url = "https://wiki.onosproject.org/display/ONOS/REST", |
Ray Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame] | 20 | ) |