blob: ea8287f5c6fa49c739e145799a048613a81b9c98 [file] [log] [blame]
Ray Milkey86ad7bb2018-09-27 12:32:28 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + CLI + [
Ray Milkey18fb0812018-06-21 10:32:53 -07002 "//providers/lldpcommon:onos-providers-lldpcommon",
Ray Milkey18fb0812018-06-21 10:32:53 -07003]
4
5BUNDLES = [
6 "//providers/lldpcommon:onos-providers-lldpcommon",
7 "//providers/lldp:onos-providers-lldp",
8]
9
10osgi_jar_with_tests(
Ray Milkeyb0a53352018-10-11 16:03:26 -070011 karaf_command_packages = ["org.onosproject.provider.lldp.cli"],
Ray Milkey18fb0812018-06-21 10:32:53 -070012 test_deps = TEST_ADAPTERS,
13 deps = COMPILE_DEPS,
14)
15
16onos_app(
17 app_name = "org.onosproject.lldpprovider",
18 category = "Provider",
19 description = "Provides link discovery to the ONOS core by eavesdropping on the LLDP control packets.",
20 included_bundles = BUNDLES,
21 title = "LLDP Link Provider",
22 url = "http://onosproject.org",
23)