Thomas Vachuska | 777dbd7 | 2016-05-04 10:10:11 -0700 | [diff] [blame^] | 1 | APPS = [ |
2 | 'org.onosproject.openflow-base', | ||||
3 | 'org.onosproject.host', | ||||
4 | 'org.onosproject.lldp', | ||||
5 | ] | ||||
6 | |||||
7 | onos_app ( | ||||
8 | app_name = 'org.onosproject.openflow', | ||||
9 | title = 'OpenFlow Meta App', | ||||
10 | category = 'Provider', | ||||
11 | url = 'http://onosproject.org', | ||||
12 | description = 'OpenFlow southbound meta application.', | ||||
13 | included_bundles = [ '//utils/osgi:onlab-osgi' ], # FIXME to allow hollow oar files | ||||
14 | required_apps = APPS, | ||||
15 | ) |