Adding interfaces for Netconf SB yang adapter

ONOS-6018

Change-Id: I91fe255b1f82666116c0901fe602c93f14fe33ca
diff --git a/apps/netconf/client/BUCK b/apps/netconf/client/BUCK
new file mode 100644
index 0000000..9db9512
--- /dev/null
+++ b/apps/netconf/client/BUCK
@@ -0,0 +1,9 @@
+COMPILE_DEPS = [
+  '//lib:CORE_DEPS',
+  '//lib:onos-yang-runtime-api',
+  '//protocols/netconf/api:onos-protocols-netconf-api'
+]
+
+osgi_jar_with_tests (
+  deps = COMPILE_DEPS,
+)
\ No newline at end of file