Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | APPS = [ |
2 | "org.onosproject.ovsdb-base", | ||||
3 | "org.onosproject.ovsdbhostprovider", | ||||
4 | ] | ||||
5 | |||||
6 | onos_app( | ||||
7 | app_name = "org.onosproject.ovsdb", | ||||
8 | category = "Provider", | ||||
9 | description = "ONOS OVSDB southbound meta application", | ||||
10 | included_bundles = ["//utils/osgi:onlab-osgi"], # FIXME to allow hollow oar files | ||||
11 | required_apps = APPS, | ||||
12 | title = "OVSDB Southbound Meta", | ||||
13 | url = "http://onosproject.org", | ||||
14 | ) |