jaegonkim | 69b5607 | 2019-04-05 00:28:25 +0900 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/workflow/ofoverlay/app:onos-apps-workflow-ofoverlay-app', |
| 3 | ] |
| 4 | |
| 5 | onos_app( |
| 6 | app_name = 'org.onosproject.workflow.ofoverlay', |
| 7 | category = 'Utility', |
| 8 | description = 'Openflow overaly application', |
| 9 | included_bundles = BUNDLES, |
| 10 | required_apps = [ |
| 11 | 'org.onosproject.openflow', |
| 12 | 'org.onosproject.ovsdb', |
| 13 | 'org.onosproject.drivers.ovsdb', |
| 14 | 'org.onosproject.workflow', |
| 15 | ], |
| 16 | title = 'Openflow overlay', |
| 17 | url = 'http://onosproject.org', |
| 18 | ) |