ONOS-6545:  HP3800 driver based on patches developed by Lancaster University (contact point Charalampos Rotsos: c.rotsos@lancaster.ac.uk). Driver was tested on Janet HP3800 switches.

Change-Id: Icd4aa22de9e718f830285dd1a9fb88e208cce2db
diff --git a/drivers/hp/BUCK b/drivers/hp/BUCK
new file mode 100644
index 0000000..ddb62af
--- /dev/null
+++ b/drivers/hp/BUCK
@@ -0,0 +1,28 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//lib:openflowj',
+    '//drivers/default:onos-drivers-default',
+    '//drivers/utilities:onos-drivers-utilities',
+    '//protocols/openflow/api:onos-protocols-openflow-api',
+]
+
+TEST_DEPS = [
+    '//lib:TEST_ADAPTERS',
+    '//core/api:onos-api-tests',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+    test_deps = TEST_DEPS,
+    resources_root = 'src/main/resources',
+    resources = glob(['src/main/resources/**']),
+)
+
+onos_app (
+    app_name = 'org.onosproject.drivers.hp',
+    title = 'HP driver',
+    category = 'Drivers',
+    url = 'http://onosproject.org',
+    description = 'ONOS HP device drivers application.',
+    required_apps = [ 'org.onosproject.openflow' ],
+)