Buckify remaining providers

Change-Id: Ide265b68d809ccea2ea8900993999bf8ae3184fc
diff --git a/providers/rest/BUCK b/providers/rest/BUCK
new file mode 100644
index 0000000..187f8ae
--- /dev/null
+++ b/providers/rest/BUCK
@@ -0,0 +1,18 @@
+BUNDLES = [
+    '//providers/rest/device:onos-providers-rest-device',
+    '//protocols/rest/api:onos-protocols-rest-api',
+    '//protocols/rest/ctl:onos-protocols-rest-ctl',
+    '//lib:jersey-client',
+    '//lib:commons-io',
+    '//lib:httpclient-osgi',
+    '//lib:httpcore-osgi',
+]
+
+onos_app (
+    title = 'PCEP Provider',
+    category = 'Provider',
+    url = 'http://onosproject.org',
+    included_bundles = BUNDLES,
+    description = 'REST protocol southbound providers.',
+)
+