[ONOS-5750] Add skeleton code of LISP message provider

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