commit | c4b4b581b92dadcd9bd960eae9ff1cda0e2063d1 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Wed Dec 21 02:49:32 2016 +0900 |
committer | Jian Li <pyguni@gmail.com> | Fri Jan 13 02:08:41 2017 +0000 |
tree | 70b3bba824a08b93ce545ade302d7d339a45e015 | |
parent | 8419efd32ca1e04b507d275f66450fb3444ebbdf [diff] [blame] |
[ONOS-5750] Add skeleton code of LISP message provider Change-Id: Idb9c96902ca30e2bd9c549ab58fae32962e74fee
diff --git a/providers/lisp/message/BUCK b/providers/lisp/message/BUCK new file mode 100644 index 0000000..a711177 --- /dev/null +++ b/providers/lisp/message/BUCK
@@ -0,0 +1,9 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//protocols/lisp/api:onos-protocols-lisp-api', + '//protocols/lisp/msg:onos-protocols-lisp-msg', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)