API for LLDP, NS, NA, ARP counter added in Packet stats app
Change-Id: If49f35d2fb302496f59e095a2ae6062ca48108ad
(cherry picked from commit 2cc77989b4bd2d902699c5cf1d79a2665d3dab34)
diff --git a/apps/packet-stats/web/BUILD b/apps/packet-stats/web/BUILD
new file mode 100644
index 0000000..3084433
--- /dev/null
+++ b/apps/packet-stats/web/BUILD
@@ -0,0 +1,13 @@
+COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + REST + CLI + METRICS + [
+ "@jersey_server//jar",
+ "//core/store/serializers:onos-core-serializers",
+]
+
+osgi_jar(
+ api_description = "REST API for Packet Stats",
+ api_package = "org.onosproject.packetstats.rest",
+ api_title = "Packet Stats App",
+ api_version = "1.0",
+ web_context = "/onos/v1/packet-stats",
+ deps = COMPILE_DEPS,
+)