Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
| 2 | "@openflowj//jar", |
| 3 | "//drivers/default:onos-drivers-default", |
| 4 | "//drivers/utilities:onos-drivers-utilities", |
| 5 | "//protocols/openflow/api:onos-protocols-openflow-api", |
| 6 | ] |
| 7 | |
| 8 | osgi_jar_with_tests( |
| 9 | resources = glob(["src/main/resources/**"]), |
| 10 | resources_root = "src/main/resources", |
| 11 | test_deps = TEST_ADAPTERS, |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app( |
| 16 | app_name = "org.onosproject.drivers.hp", |
| 17 | category = "Drivers", |
| 18 | description = "Adds support for HP devices.", |
| 19 | required_apps = ["org.onosproject.openflow"], |
| 20 | title = "HP Drivers", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |