blob: a38d02e5aa9c69785221e403351ea1c57a5445ce [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + KRYO + [
"@openflowj//jar",
"//drivers/default:onos-drivers-default",
"//drivers/utilities:onos-drivers-utilities",
"//protocols/openflow/api:onos-protocols-openflow-api",
]
osgi_jar_with_tests(
resources = glob(["src/main/resources/**"]),
resources_root = "src/main/resources",
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.drivers.corsa",
category = "Drivers",
description = "Adds support for Corsa devices.",
required_apps = ["org.onosproject.openflow"],
title = "Corsa Drivers",
url = "http://onosproject.org",
)