Bazel build files for protocols

Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
diff --git a/apps/mappingmanagement/mgr/BUILD b/apps/mappingmanagement/mgr/BUILD
new file mode 100644
index 0000000..33f5381
--- /dev/null
+++ b/apps/mappingmanagement/mgr/BUILD
@@ -0,0 +1,13 @@
+COMPILE_DEPS = CORE_DEPS + KRYO + [
+    "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api",
+    "//core/store/serializers:onos-core-serializers",
+]
+
+TEST_DEPS = TEST_ADAPTERS + [
+    "//utils/osgi:onlab-osgi-tests",
+]
+
+osgi_jar_with_tests(
+    test_deps = TEST_DEPS,
+    deps = COMPILE_DEPS,
+)