Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "//drivers/utilities:onos-drivers-utilities", |
| 3 | "//protocols/ovsdb/api:onos-protocols-ovsdb-api", |
| 4 | "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc", |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = TEST_ADAPTERS + [ |
| 8 | "//protocols/ovsdb/api:onos-protocols-ovsdb-api-tests", |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests( |
| 12 | resources = glob(["src/main/resources/**"]), |
| 13 | resources_root = "src/main/resources", |
| 14 | test_deps = TEST_DEPS, |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app( |
| 19 | app_name = "org.onosproject.drivers.ovsdb", |
| 20 | category = "Drivers", |
| 21 | description = "Adds support for devices using OVSDB.", |
| 22 | required_apps = ["org.onosproject.ovsdb-base"], |
| 23 | title = "Generic OVSDB Drivers", |
| 24 | url = "http://onosproject.org", |
| 25 | ) |