commit | d1a1a4090d27aded5b71efce7673f1c19e68c0fa | [log] [tgz] |
---|---|---|
author | Aaron Kruglikov <aaron@onlab.us> | Tue Feb 07 09:16:34 2017 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Feb 21 19:16:21 2017 +0000 |
tree | 476e800c49a6b436ad371d37c0341bce88dd61a6 | |
parent | 1d85439395acfa41f521ec5d0e91b0ae5fb9785f [diff] [blame] |
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