adds working buck file to BGPCEP provider

Change-Id: Ia4a9ee37ed57ec0862501ae9b6f622f225d764fc
diff --git a/apps/pce/pceweb/BUCK b/apps/pce/pceweb/BUCK
new file mode 100644
index 0000000..d008201
--- /dev/null
+++ b/apps/pce/pceweb/BUCK
@@ -0,0 +1,19 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//apps/pce/app:onos-apps-pce-app',
+    '//cli:onos-cli',
+    '//lib:org.apache.karaf.shell.console',
+    '//core/api:onos-api',
+    '//incubator/api:onos-incubator-api',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'PCE web application',
+    category = 'Utility',
+    url = 'http://onosproject.org',
+    description = 'Allows the user to visualize different types of paths between network entities',
+)