IntentMonitorAndReroute initial contribution

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