blob: b6e2e2b69567b66565818fe34dbf341323fbe8fc [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',
fahadnaeemkhan02ffa712017-12-01 19:49:45 -08006 '//lib:jersey-security',
Ray Milkey12c1d512016-04-25 15:16:00 -07007 '//lib:commons-io',
8 '//lib:httpclient-osgi',
9 '//lib:httpcore-osgi',
10]
11
12onos_app (
Jonathan Hartbbac3542016-08-02 09:01:19 -070013 app_name = 'org.onosproject.restsb',
14 title = 'REST Provider',
Ray Milkey12c1d512016-04-25 15:16:00 -070015 category = 'Provider',
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070016 url = 'https://wiki.onosproject.org/display/ONOS/REST',
Ray Milkey12c1d512016-04-25 15:16:00 -070017 included_bundles = BUNDLES,
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070018 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.',
Ray Milkey12c1d512016-04-25 15:16:00 -070020)
21