Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "@openflowj//jar", |
| 3 | "//protocols/openflow/api:onos-protocols-openflow-api", |
| 4 | "//apps/optical-model:onos-apps-optical-model", |
| 5 | ] |
| 6 | |
| 7 | APPS = [ |
| 8 | "org.onosproject.drivers.optical", |
| 9 | "org.onosproject.optical-model", |
| 10 | ] |
| 11 | |
| 12 | osgi_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 | |
| 19 | onos_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 | ) |