Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/imr/BUILD b/apps/imr/BUILD
new file mode 100644
index 0000000..b5f9f8b
--- /dev/null
+++ b/apps/imr/BUILD
@@ -0,0 +1,12 @@
+BUNDLES = [
+    "//apps/imr/api:onos-apps-imr-api",
+    "//apps/imr/app:onos-apps-imr-app",
+]
+
+onos_app(
+    category = "Traffic Engineering",
+    description = "Intent Monitoring and Rerouting application.",
+    included_bundles = BUNDLES,
+    title = "Intent Monitoring and Rerouting",
+    url = "http://onosproject.org",  # link alla wiki su wiki.onosproject.org
+)