Ray Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame^] | 1 | BUNDLES = [ |
| 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', |
| 10 | ] |
| 11 | |
| 12 | onos_app ( |
| 13 | app_name = 'org.onosproject.restsb', |
| 14 | title = 'REST Provider', |
| 15 | category = 'Provider', |
| 16 | url = 'https://wiki.onosproject.org/display/ONOS/REST', |
| 17 | included_bundles = BUNDLES, |
| 18 | description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' + |
| 19 | 'or proxy for multiple devices from information given by network configuration.', |
| 20 | ) |
| 21 | |