[ONOS-4718] Initial commit for LISP SBI providers

Change-Id: Ie8b23b0331a9cca18f6bffc33098b808475e589e
diff --git a/providers/lisp/device/BUCK b/providers/lisp/device/BUCK
new file mode 100644
index 0000000..240d54f
--- /dev/null
+++ b/providers/lisp/device/BUCK
@@ -0,0 +1,8 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//protocols/lisp/api:onos-protocols-lisp-api',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)