Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc", | ||||
3 | "//apps/vtn/sfcmgr:onos-apps-vtn-sfcmgr", | ||||
4 | "//apps/vtn/vtnmgr:onos-apps-vtn-vtnmgr", | ||||
5 | "//apps/vtn/vtnweb:onos-apps-vtn-vtnweb", | ||||
6 | ] | ||||
7 | |||||
8 | onos_app( | ||||
9 | category = "Integration", | ||||
10 | description = "ONOS framework applications", | ||||
11 | included_bundles = BUNDLES, | ||||
12 | title = "OPNFV", | ||||
13 | url = "http://onosproject.org", | ||||
14 | ) |