blob: 17fe93fdee91073d70b9635756e866566c9bbe06 [file] [log] [blame]
Ray Milkey5c92d4a2016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
4 '//lib:jersey-client',
5 '//lib:jersey-common',
6 '//utils/rest:onlab-rest',
Ray Milkey784defe2016-04-12 09:47:12 -07007 '//apps/olt:onos-apps-olt-api',
Ray Milkey5c92d4a2016-03-11 10:16:22 -08008]
9
Ray Milkey784defe2016-04-12 09:47:12 -070010BUNDLES = [
11 '//apps/olt:onos-apps-olt-api',
12 '//apps/cordmcast:onos-apps-cordmcast',
Ray Milkey5c92d4a2016-03-11 10:16:22 -080013]
14
Ray Milkey784defe2016-04-12 09:47:12 -070015osgi_jar_with_tests (
Ray Milkey5c92d4a2016-03-11 10:16:22 -080016 deps = COMPILE_DEPS,
Ray Milkey5c92d4a2016-03-11 10:16:22 -080017)
18
Ray Milkey784defe2016-04-12 09:47:12 -070019onos_app (
20 title = 'CORD Multicast App',
21 category = 'Traffic Steering',
22 url = 'http://onosproject.org',
23 description = 'CORD Multicast application',
24 included_bundles = BUNDLES,
Ray Milkey5c92d4a2016-03-11 10:16:22 -080025)