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-cisco-netconf", |
| 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 | test_deps = TEST_ADAPTERS, |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app( |
| 19 | app_name = "org.onosproject.drivers.cisco.netconf", |
| 20 | category = "Drivers", |
| 21 | description = "Adds support for Cisco devices using NETCONF protocol.", |
| 22 | included_bundles = BUNDLES, |
| 23 | required_apps = [ |
| 24 | "org.onosproject.netconf", |
| 25 | "org.onosproject.drivers.netconf", |
| 26 | ], |
| 27 | title = "Cisco NETCONF Drivers", |
| 28 | url = "http://onosproject.org", |
| 29 | ) |