Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/packet-stats/BUILD b/apps/packet-stats/BUILD
new file mode 100644
index 0000000..4019f9b
--- /dev/null
+++ b/apps/packet-stats/BUILD
@@ -0,0 +1,15 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + [
+    "//core/store/serializers:onos-core-serializers",
+    "//core/store/primitives:onos-core-primitives",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    category = "Traffic Engineering",
+    description = "Application to calculate the number of packets of different types",
+    title = "Packet Statistics",
+    url = "http://onosproject.org",
+)