blob: 3cb6dd3c285ee0e93ae186851f7898cc562939f7 [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 (
Thomas Vachuska7c45e282017-08-23 17:55:53 -07009 title = 'OPNFV',
Ray Milkeya5ff8a72016-04-19 09:43:45 -070010 url = 'http://onosproject.org',
11 included_bundles = BUNDLES,
12 description = 'ONOS framework applications',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)