commit | 5f6c5b811075b8094d19f3388b776c2d08a3bf88 | [log] [tgz] |
---|---|---|
author | wu <wu.shaoyong@zte.com.cn> | Fri Aug 04 16:45:19 2017 +0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Wed Aug 23 10:40:48 2017 +0000 |
tree | 64385f76673384618894b997beae694010060bc7 | |
parent | cf386b12ecfd50958757870171a03ca95c2c65dc [diff] [blame] |
ONOS-6563 ONOS-6866 Draft porting of old ECMP P4 demo application Also, pipeconf implementation for ecmp.p4 Change-Id: Ia8973b42ae386482e341c2b201ad887ad471091e
diff --git a/apps/pi-demo/common/BUCK b/apps/pi-demo/common/BUCK new file mode 100644 index 0000000..132086c --- /dev/null +++ b/apps/pi-demo/common/BUCK
@@ -0,0 +1,7 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +osgi_jar ( + deps = COMPILE_DEPS, +) \ No newline at end of file