blob: 42bb7b9583f3644ee78f1ace9921b3f42be43f28 [file] [log] [blame]
Ray Milkey1ccab712018-06-12 16:30:02 -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)