adds working buck file to BGPCEP provider

Change-Id: Ia4a9ee37ed57ec0862501ae9b6f622f225d764fc
diff --git a/providers/pcep/packet/BUCK b/providers/pcep/packet/BUCK
new file mode 100644
index 0000000..94b0e5b
--- /dev/null
+++ b/providers/pcep/packet/BUCK
@@ -0,0 +1,8 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//protocols/pcep/api:onos-protocols-pcep-api',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)