Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/test/route-scale/BUILD b/apps/test/route-scale/BUILD
new file mode 100644
index 0000000..328f558
--- /dev/null
+++ b/apps/test/route-scale/BUILD
@@ -0,0 +1,16 @@
+COMPILE_DEPS = CORE_DEPS + CLI + REST + [
+    "//apps/route-service/api:onos-apps-route-service-api",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    app_name = "org.onosproject.routescale",
+    category = "Test Utility",
+    description = "Route and flow scalability test facility.",
+    required_apps = ["org.onosproject.route-service"],
+    title = "Route and Flow Scalability Test",
+    url = "http://onosproject.org",
+)