Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/intentsync/BUILD b/apps/intentsync/BUILD
new file mode 100644
index 0000000..1928de8
--- /dev/null
+++ b/apps/intentsync/BUILD
@@ -0,0 +1,13 @@
+COMPILE_DEPS = CORE_DEPS + CLI
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    app_name = "org.onosproject.intentsynchronizer",
+    category = "Utility",
+    description = "Synchronizes intents to the intent framework from a single instance",
+    title = "Intent Synchronizer",
+    url = "http://onosproject.org",
+)