ONOS-6559 P4Runtime protocol library

Change-Id: I7070b69507dcf2ca47ee1c446bcc2505ca868fb1
diff --git a/lib/BUCK b/lib/BUCK
index fff5916..38c65e9 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon, 10 Jul 2017 20:01:19 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 10 Jul 2017 20:46:48 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -1336,6 +1336,15 @@
 )
 
 remote_jar (
+  name = 'grpc-protobuf-lite-1.3.0',
+  out = 'grpc-protobuf-lite-1.3.0.jar',
+  url = 'mvn:io.grpc:grpc-protobuf-lite:jar:1.3.0',
+  sha1 = '0aea7ea9cd12ad1938231769738016622461b1ed',
+  maven_coords = 'io.grpc:grpc-protobuf-lite:jar:NON-OSGI:1.3.0',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
   name = 'grpc-stub-1.3.0',
   out = 'grpc-stub-1.3.0.jar',
   url = 'mvn:io.grpc:grpc-stub:jar:1.3.0',
diff --git a/lib/deps.json b/lib/deps.json
index 5751bc9..8eae68a 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -245,6 +245,7 @@
     "sshd-core": "mvn:org.apache.sshd:sshd-core:1.4.0",
     "grpc-core-1.3.0": "mvn:io.grpc:grpc-core:1.3.0",
     "grpc-protobuf-1.3.0": "mvn:io.grpc:grpc-protobuf:1.3.0",
+    "grpc-protobuf-lite-1.3.0": "mvn:io.grpc:grpc-protobuf-lite:1.3.0",
     "grpc-stub-1.3.0": "mvn:io.grpc:grpc-stub:1.3.0",
     "grpc-netty-1.3.0": "mvn:io.grpc:grpc-netty:1.3.0",
     "grpc-auth-1.3.0": "mvn:io.grpc:grpc-auth:1.3.0",