| Andrea Campanella | 241896c | 2017-05-10 13:11:04 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/general/device:onos-providers-general-device', | ||||
| 3 | ] | ||||
| 4 | |||||
| 5 | onos_app ( | ||||
| 6 | app_name = "org.onosproject.generaldeviceprovider", | ||||
| 7 | title = 'General Device Provider', | ||||
| 8 | category = 'Provider', | ||||
| 9 | url = 'http://onosproject.org', | ||||
| 10 | included_bundles = BUNDLES, | ||||
| 11 | description = 'General device southbound providers.', | ||||
| 12 | required_apps = [], | ||||
| 13 | ) | ||||
| 14 | |||||
| 15 | |||||