Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/virtualbng/BUILD b/apps/virtualbng/BUILD
new file mode 100644
index 0000000..353fda5
--- /dev/null
+++ b/apps/virtualbng/BUILD
@@ -0,0 +1,14 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST
+
+osgi_jar_with_tests(
+    resources = glob(["src/main/resources/**"]),
+    resources_root = "src/main/resources",
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    category = "Traffic Engineering",
+    description = "A virtual Broadband Network Gateway(BNG) application.",
+    title = "Virtual Broadband Gateway",
+    url = "http://onosproject.org",
+)