Bazel build files for protocols

Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
diff --git a/protocols/lisp/api/BUILD b/protocols/lisp/api/BUILD
new file mode 100644
index 0000000..72ff459
--- /dev/null
+++ b/protocols/lisp/api/BUILD
@@ -0,0 +1,9 @@
+COMPILE_DEPS = CORE_DEPS + NETTY + [
+    "@netty_transport//jar",
+    "//protocols/lisp/msg:onos-protocols-lisp-msg",
+    "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)