Initial builds using bazel

Change-Id: I38123b396a2ffda5f36cdca43f3ad1fa67a7ab52
diff --git a/protocols/p4runtime/model/BUILD b/protocols/p4runtime/model/BUILD
new file mode 100644
index 0000000..490ea94
--- /dev/null
+++ b/protocols/p4runtime/model/BUILD
@@ -0,0 +1,10 @@
+PROTOBUF_VER = '3_2_0'
+
+COMPILE_DEPS = CORE_DEPS + [
+    #'//protocols/p4runtime/proto:onos-protocols-p4runtime-proto',
+    #'@grpc_protobuf_' + PROTOBUF_VER + "//jar",
+]
+
+#osgi_jar_with_tests (
+#    deps = COMPILE_DEPS,
+#)