| 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", |
| "//drivers/utilities:onos-drivers-utilities", |
| resources = glob(["src/main/resources/**"]), |
| resources_root = "src/main/resources", |
| app_name = "org.onosproject.drivers.arista", |
| description = "Adds support for Arista devices.", |
| included_bundles = BUNDLES, |
| required_apps = ["org.onosproject.restsb"], |
| title = "Arista Drivers", |
| url = "http://onosproject.org", |