ONOS-6078
Netconf : Active component

Change-Id: I147193091880c026e198fc723cfe054e5dbea69f
diff --git a/apps/netconfsb/BUCK b/apps/netconfsb/BUCK
new file mode 100644
index 0000000..907e4be
--- /dev/null
+++ b/apps/netconfsb/BUCK
@@ -0,0 +1,15 @@
+BUNDLES = [
+  '//apps/netconfsb/client:onos-apps-netconfsb-client',
+  '//apps/netconfsb/storeadapter:onos-apps-netconfsb-storeadapter',
+]
+
+onos_app (
+  app_name = 'org.onosproject.netconfsb',
+  title = 'NETCONF Application Module',
+  category = 'Utility',
+  url = 'http://onosproject.org',
+  description = """This application provides an interface for monitoring and modifying datastores
+                   of NETCONF devices using Yang data. It uses the YangRuntime to serialize outbound
+                   messages from Yang into NETCONF and deserialize received messages.""",
+  included_bundles = BUNDLES,
+)