Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/rest/device:onos-providers-rest-device', |
| 3 | '//protocols/rest/api:onos-protocols-rest-api', |
| 4 | '//protocols/rest/ctl:onos-protocols-rest-ctl', |
| 5 | '//lib:jersey-client', |
| 6 | '//lib:commons-io', |
| 7 | '//lib:httpclient-osgi', |
| 8 | '//lib:httpcore-osgi', |
| 9 | ] |
| 10 | |
| 11 | onos_app ( |
Jonathan Hart | bbac354 | 2016-08-02 09:01:19 -0700 | [diff] [blame] | 12 | app_name = 'org.onosproject.restsb', |
| 13 | title = 'REST Provider', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 14 | category = 'Provider', |
| 15 | url = 'http://onosproject.org', |
| 16 | included_bundles = BUNDLES, |
| 17 | description = 'REST protocol southbound providers.', |
| 18 | ) |
| 19 | |