blob: 81fe5b4ed9a5c5f8baee686e4ec54a1bd5f5a8bb [file] [log] [blame]
Ray Milkey12c1d512016-04-25 15:16:00 -07001BUNDLES = [
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
11onos_app (
Jonathan Hartbbac3542016-08-02 09:01:19 -070012 app_name = 'org.onosproject.restsb',
13 title = 'REST Provider',
Ray Milkey12c1d512016-04-25 15:16:00 -070014 category = 'Provider',
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070015 url = 'https://wiki.onosproject.org/display/ONOS/REST',
Ray Milkey12c1d512016-04-25 15:16:00 -070016 included_bundles = BUNDLES,
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070017 description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' +
18 'or proxy for multiple devices from information given by network configuration.',
Ray Milkey12c1d512016-04-25 15:16:00 -070019)
20