Ray Milkey | 86ad7bb | 2018-09-27 12:32:28 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + CLI + [ |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 2 | "//providers/lldpcommon:onos-providers-lldpcommon", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 3 | ] |
| 4 | |
| 5 | BUNDLES = [ |
| 6 | "//providers/lldpcommon:onos-providers-lldpcommon", |
| 7 | "//providers/lldp:onos-providers-lldp", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
Ray Milkey | b0a5335 | 2018-10-11 16:03:26 -0700 | [diff] [blame] | 11 | karaf_command_packages = ["org.onosproject.provider.lldp.cli"], |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 12 | test_deps = TEST_ADAPTERS, |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_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 | ) |