| COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| "//utils/rest:onlab-rest", |
| "//drivers/utilities:onos-drivers-utilities", |
| "//protocols/rest/api:onos-protocols-rest-api", |
| TEST_DEPS = TEST_ADAPTERS + [ |
| "//core/api:onos-api-tests", |
| ":onos-drivers-dellrest", |
| "//drivers/utilities:onos-drivers-utilities", |
| resources = glob(["src/main/resources/**"]), |
| resources_root = "src/main/resources", |
| app_name = "org.onosproject.drivers.dellrest", |
| description = "Adds support for Dell Networks devices using REST.", |
| included_bundles = BUNDLES, |
| required_apps = ["org.onosproject.restsb"], |
| title = "Dell Networks REST Drivers", |
| url = "http://onosproject.org", |