blob: fd1b1a7d696430ad72f56b1912b67f34579fe9e7 [file] [log] [blame]
Ray Milkey5c9e2832018-06-26 18:37:12 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//drivers/default:onos-drivers-default",
3 "//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi",
4]
5
6osgi_jar_with_tests(
7 resources = glob(["src/main/resources/**"]),
8 resources_root = "src/main/resources",
9 test_deps = TEST_ADAPTERS,
10 deps = COMPILE_DEPS,
11)
12
13onos_app(
14 app_name = "org.onosproject.drivers.flowspec",
15 category = "Drivers",
16 description = "Adds support for devices using flow specs.",
17 required_apps = ["org.onosproject.drivers"],
18 title = "Generic Flow Spec Drivers",
19 url = "http://onosproject.org",
20)