blob: 148dfde76cb050df812f6948980aaebab34b817d [file] [log] [blame]
Thomas Vachuska777dbd72016-05-04 10:10:11 -07001APPS = [
2 'org.onosproject.openflow-base',
3 'org.onosproject.host',
4 'org.onosproject.lldp',
5]
6
7onos_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)