blob: 2a11d90e7195ea6eabb4120e46d3e7811a27742d [file] [log] [blame]
Ray Milkey5c9e2832018-06-26 18:37:12 -07001COMPILE_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",
alessioff124ad2018-11-13 13:25:51 +01006 "//core/store/serializers:onos-core-serializers",
Ray Milkey5c9e2832018-06-26 18:37:12 -07007]
8
9osgi_jar_with_tests(
10 resources = glob(["src/main/resources/**"]),
11 resources_root = "src/main/resources",
12 test_deps = TEST_ADAPTERS,
13 deps = COMPILE_DEPS,
14)
15
16onos_app(
17 app_name = "org.onosproject.drivers.hp",
18 category = "Drivers",
19 description = "Adds support for HP devices.",
20 required_apps = ["org.onosproject.openflow"],
21 title = "HP Drivers",
22 url = "http://onosproject.org",
23)