commit | 459a58f132e255690f920924065e21fb88de3f92 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Fri Jul 01 18:29:30 2016 +0900 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jul 06 13:41:18 2016 +0000 |
tree | 86cdb8b98e79236c3b6c48398fb805de22f530cd | |
parent | b6957627a1406b045727d59016942165b7933d18 [diff] [blame] |
[ONOS-4718] Initial commit for LISP SBI providers Change-Id: Ie8b23b0331a9cca18f6bffc33098b808475e589e
diff --git a/providers/lisp/device/BUCK b/providers/lisp/device/BUCK new file mode 100644 index 0000000..240d54f --- /dev/null +++ b/providers/lisp/device/BUCK
@@ -0,0 +1,8 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//protocols/lisp/api:onos-protocols-lisp-api', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)