blob: 03a8791242dbd124ae329e5a8f6ccbc38ac57937 [file] [log] [blame]
Ray Milkey5c9e2832018-06-26 18:37:12 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@openflowj//jar",
3 "//protocols/openflow/api:onos-protocols-openflow-api",
4 "//apps/optical-model:onos-apps-optical-model",
5]
6
7APPS = [
8 "org.onosproject.drivers.optical",
9 "org.onosproject.optical-model",
10]
11
12osgi_jar_with_tests(
13 resources = glob(["src/main/resources/**"]),
14 resources_root = "src/main/resources",
15 test_deps = TEST_ADAPTERS,
16 deps = COMPILE_DEPS,
17)
18
19onos_app(
20 app_name = "org.onosproject.drivers.polatis.openflow",
21 category = "Drivers",
22 description = "ONOS Polatis OpenFlow Device Drivers application.",
23 required_apps = APPS,
24 title = "Polatis OpenFlow Device Drivers",
25 url = "http://www.polatis.com",
26)