STC drivers test now uses a driver that is always present; added buck build for corsa driver
Change-Id: I5310c54bb295f86a6f384a0f4bf18ed75cda1ef5
diff --git a/drivers/corsa/BUCK b/drivers/corsa/BUCK
new file mode 100644
index 0000000..3fc9d5d
--- /dev/null
+++ b/drivers/corsa/BUCK
@@ -0,0 +1,20 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//lib:openflowj',
+ '//drivers/utilities:onos-drivers-utilities',
+ '//protocols/openflow/api:onos-protocols-openflow-api',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+ resources_root = 'src/main/resources',
+ resources = glob(['src/main/resources/**']),
+)
+
+onos_app (
+ title = 'Corsa device drivers',
+ category = 'Drivers',
+ url = 'http://onosproject.org',
+ description = 'ONOS Corsa device drivers application.',
+ required_apps = [ 'org.onosproject.openflow' ],
+)