Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -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 | ) |