Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_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", |
alessio | ff124ad | 2018-11-13 13:25:51 +0100 | [diff] [blame] | 6 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
| 10 | resources = glob(["src/main/resources/**"]), |
| 11 | resources_root = "src/main/resources", |
| 12 | test_deps = TEST_ADAPTERS, |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app( |
| 17 | app_name = "org.onosproject.drivers.hp", |
| 18 | category = "Drivers", |
| 19 | description = "Adds support for HP devices.", |
| 20 | required_apps = ["org.onosproject.openflow"], |
| 21 | title = "HP Drivers", |
| 22 | url = "http://onosproject.org", |
| 23 | ) |