blob: a38d02e5aa9c69785221e403351ea1c57a5445ce [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",
6]
7
8osgi_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
15onos_app(
16 app_name = "org.onosproject.drivers.corsa",
17 category = "Drivers",
18 description = "Adds support for Corsa devices.",
19 required_apps = ["org.onosproject.openflow"],
20 title = "Corsa Drivers",
21 url = "http://onosproject.org",
22)