Bazel build files for protocols

Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
diff --git a/apps/pcep-api/BUILD b/apps/pcep-api/BUILD
new file mode 100644
index 0000000..530f2b7
--- /dev/null
+++ b/apps/pcep-api/BUILD
@@ -0,0 +1,15 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + [
+    "//protocols/ovsdb/api:onos-protocols-ovsdb-api",
+    "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    category = "Protocol",
+    description = "PCEP protocol API.",
+    title = "PCEP Protocol API",
+    url = "http://onosproject.org",
+)