Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "//drivers/utilities:onos-drivers-utilities", |
| 3 | "//protocols/netconf/api:onos-protocols-netconf-api", |
| 4 | ] |
| 5 | |
| 6 | BUNDLES = [ |
| 7 | ":onos-drivers-juniper", |
| 8 | "//drivers/utilities:onos-drivers-utilities", |
| 9 | ] |
| 10 | |
Kieran McPeake | bc00cb5 | 2019-05-23 13:07:25 +0100 | [diff] [blame] | 11 | TEST_DEPS = TEST_ADAPTERS |
| 12 | |
Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 13 | osgi_jar_with_tests( |
| 14 | resources = glob(["src/main/resources/**"]), |
| 15 | resources_root = "src/main/resources", |
Kieran McPeake | bc00cb5 | 2019-05-23 13:07:25 +0100 | [diff] [blame] | 16 | test_deps = TEST_DEPS, |
Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 17 | deps = COMPILE_DEPS, |
| 18 | ) |
| 19 | |
| 20 | onos_app( |
| 21 | app_name = "org.onosproject.drivers.juniper", |
| 22 | category = "Drivers", |
| 23 | description = "Adds support for Juniper devices.", |
| 24 | included_bundles = BUNDLES, |
| 25 | required_apps = ["org.onosproject.netconf"], |
| 26 | title = "Juniper Drivers", |
| 27 | url = "http://onosproject.org", |
| 28 | ) |