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 | |
| 11 | osgi_jar_with_tests( |
| 12 | resources = glob(["src/main/resources/**"]), |
| 13 | resources_root = "src/main/resources", |
| 14 | deps = COMPILE_DEPS, |
| 15 | ) |
| 16 | |
| 17 | onos_app( |
| 18 | app_name = "org.onosproject.drivers.juniper", |
| 19 | category = "Drivers", |
| 20 | description = "Adds support for Juniper devices.", |
| 21 | included_bundles = BUNDLES, |
| 22 | required_apps = ["org.onosproject.netconf"], |
| 23 | title = "Juniper Drivers", |
| 24 | url = "http://onosproject.org", |
| 25 | ) |