ONOS-5718 Dynamic Config APIs with RPC and Notification support

Change-Id: I670890efee83c86c7a3b242783c0a62879059849
diff --git a/apps/config/BUCK b/apps/config/BUCK
new file mode 100644
index 0000000..22e1a08
--- /dev/null
+++ b/apps/config/BUCK
@@ -0,0 +1,17 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//lib:org.apache.karaf.shell.console',
+    '//core/store/serializers:onos-core-serializers',
+    '//cli:onos-cli',
+]
+
+osgi_jar (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'Dynamic Config App',
+    category = 'Utility',
+    url = 'http://onosproject.org',
+    description = 'Application to support the Dynamic configuration service and store.',
+)
\ No newline at end of file