blob: 58f3dd77ce77e5eb21ee5c19bfadf58758c850b6 [file] [log] [blame]
Andrea Campanella545edb42018-03-20 16:37:29 -07001BUNDLES = [
2 '//apps/mcast/cli:onos-apps-mcast-cli',
3 '//apps/mcast/impl:onos-apps-mcast-impl',
4 '//apps/mcast/web:onos-apps-mcast-web',
5 '//apps/mcast/api:onos-apps-mcast-api',
6]
7
8onos_app(
9 title = 'Multicast traffic control',
10 origin = 'ONF',
11 description = 'Provides handling of multicast traffic.',
12 category = 'Traffic Engineering',
13 url = 'https://wiki.onosproject.org/',
14 included_bundles = BUNDLES,
15)