commit | 890dc3f03ac0de0e66c63e5409fd039f5abe6f33 | [log] [tgz] |
---|---|---|
author | Yi Tseng <yi@opennetworking.org> | Thu Nov 01 13:23:11 2018 -0700 |
committer | Yi Tseng <yi@opennetworking.org> | Mon Nov 05 12:01:35 2018 -0800 |
tree | 34c5533a4985e2cf1c8c3ab86664bde741457155 | |
parent | 2a340f7cc69c0eac97941fbb5f9af25b3468b826 [diff] [blame] |
[ONOS-7141][ONOS-7142] Add GnmiClient and GnmiController Change-Id: I6347da378d9e4b59a38e2efacc27599b96dc1515
diff --git a/protocols/gnmi/api/BUILD b/protocols/gnmi/api/BUILD new file mode 100644 index 0000000..1cf1a3d --- /dev/null +++ b/protocols/gnmi/api/BUILD
@@ -0,0 +1,8 @@ +COMPILE_DEPS = CORE_DEPS + [ + "//protocols/grpc/api:onos-protocols-grpc-api", + "//protocols/gnmi/stub:onos-protocols-gnmi-stub", +] + +osgi_jar( + deps = COMPILE_DEPS, +)