Fixing a few buck files.

Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
diff --git a/apps/cordconfig/BUCK b/apps/cordconfig/BUCK
new file mode 100644
index 0000000..b37025a
--- /dev/null
+++ b/apps/cordconfig/BUCK
@@ -0,0 +1,14 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'CORD Configuration',
+    category = 'Utility',
+    url = 'http://onosproject.org',
+    description = 'CORD configuration meta application.',
+)