blob: 187f8ae8816b9558e601717cfc4ffcaa58259b04 [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 (
12 title = 'PCEP Provider',
13 category = 'Provider',
14 url = 'http://onosproject.org',
15 included_bundles = BUNDLES,
16 description = 'REST protocol southbound providers.',
17)
18