ONOS-6562 Implement P4RuntimePacketProvider

Change-Id: Ib6398544b514db9c8ab6ba1d991930d624a6b438
diff --git a/providers/p4runtime/packet/BUCK b/providers/p4runtime/packet/BUCK
new file mode 100644
index 0000000..29eace1
--- /dev/null
+++ b/providers/p4runtime/packet/BUCK
@@ -0,0 +1,21 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//protocols/p4runtime/api:onos-protocols-p4runtime-api',
+]
+
+BUNDLES = [
+    ':onos-providers-p4runtime-packet',
+]
+
+osgi_jar (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    app_name = 'org.onosproject.provider.p4runtime.packet',
+    title = 'P4Runtime Packet Provider',
+    category = 'Provider',
+    url = 'http://onosproject.org',
+    description = 'ONOS P4Runtime packet provider.',
+    included_bundles = BUNDLES,
+)
\ No newline at end of file