blob: 958004c70e0fc5db31ce7a16174504a5717c28c1 [file] [log] [blame]
Thomas Vachuska777dbd72016-05-04 10:10:11 -07001APPS = [
Charles Chanc3142942016-05-05 17:42:14 -07002 'org.onosproject.hostprovider',
3 'org.onosproject.lldpprovider',
Jonathan Hart66da8142016-09-02 13:58:53 -07004 'org.onosproject.openflow-base',
Thomas Vachuska777dbd72016-05-04 10:10:11 -07005]
6
7onos_app (
8 app_name = 'org.onosproject.openflow',
Thomas Vachuska7c45e282017-08-23 17:55:53 -07009 title = 'OpenFlow Provider Suite',
Thomas Vachuska777dbd72016-05-04 10:10:11 -070010 category = 'Provider',
11 url = 'http://onosproject.org',
Thomas Vachuska6655bee2017-08-24 16:12:59 -070012 description = 'Suite of the OpenFlow base providers bundled together with ARP/NDP host ' +
13 'location provider and LLDP link provider.',
Thomas Vachuska777dbd72016-05-04 10:10:11 -070014 included_bundles = [ '//utils/osgi:onlab-osgi' ], # FIXME to allow hollow oar files
15 required_apps = APPS,
16)