blob: 764a221d5b3a65364811371036550f194cdbb2e1 [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(
11 test_deps = TEST_ADAPTERS,
12 deps = COMPILE_DEPS,
13)
14
15onos_app(
16 app_name = "org.onosproject.lldpprovider",
17 category = "Provider",
18 description = "Provides link discovery to the ONOS core by eavesdropping on the LLDP control packets.",
19 included_bundles = BUNDLES,
20 title = "LLDP Link Provider",
21 url = "http://onosproject.org",
22)