Ray Milkey | 1ccab71 | 2018-06-12 16:30:02 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
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 | |||||
8 | onos_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 | ) |