commit | 57a5af0b6837b270f8c3e3c674c7e1ed65d7a59c | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@onlab.us> | Fri Dec 02 20:54:41 2016 -0800 |
committer | Andrea Campanella <andrea@onlab.us> | Sat Jan 21 00:55:30 2017 +0000 |
tree | 04aeac60086192abe80001d63e59896f25c56d71 | |
parent | 09f88b856d9df00a6927233909c1545dec1cf896 [diff] [blame] |
TL1 device provider with driver for Lumentum WaveReady. ONOS-5800 & ONOS-5801 Change-Id: Icd820285eb8db2fd92c03ebf11ce022b6a82b48a
diff --git a/protocols/tl1/api/BUCK b/protocols/tl1/api/BUCK new file mode 100644 index 0000000..3ce3f98 --- /dev/null +++ b/protocols/tl1/api/BUCK
@@ -0,0 +1,8 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//lib:netty-transport', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)