blob: 3aca595a4b08093d71de982381457f92479c977c [file] [log] [blame]
Ray Milkeyb6d64d52018-06-13 09:49:01 -07001BUNDLES = [
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
12onos_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