blob: 7e5a886d0d9328aaff7ed7d9b61ec0f9dcd1019f [file] [log] [blame]
Ray Milkeya5ff8a72016-04-19 09:43:45 -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',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006]
7
Ray Milkeya5ff8a72016-04-19 09:43:45 -07008onos_app (
9 title = 'OPNFV App',
10 url = 'http://onosproject.org',
11 included_bundles = BUNDLES,
12 description = 'ONOS framework applications',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)