blob: 8331afdefbd88012104c93b710f9c482756a5388 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
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
8onos_app(
9 category = "Integration",
10 description = "ONOS framework applications",
11 included_bundles = BUNDLES,
12 title = "OPNFV",
13 url = "http://onosproject.org",
14)