commit | 100b57ffe696dce1e11cb56416e01bd795bd14c7 | [log] [tgz] |
---|---|---|
author | Manikandan K <Manikandan-3.Kuppusamy-3@cognizant.com> | Tue Jun 14 18:03:51 2016 +0530 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jun 15 20:46:51 2016 +0000 |
tree | 58364602f71c0a19497c325c5ccacd7f50bc9c07 | |
parent | 2360d25c0708a3c5c2235a074f7b8a3c3408a1a5 [diff] [blame] |
ONOS-4361 OSPF Provider Change-Id: I8260940baac93b48862aff390a3d8e276461842d
diff --git a/providers/ospf/topology/BUCK b/providers/ospf/topology/BUCK new file mode 100644 index 0000000..c884550 --- /dev/null +++ b/providers/ospf/topology/BUCK
@@ -0,0 +1,9 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//protocols/ospf/api:onos-protocols-ospf-api', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +) +