Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/providers/openflow/base/BUCK b/providers/openflow/base/BUCK
index 46844fc..0a3b869 100644
--- a/providers/openflow/base/BUCK
+++ b/providers/openflow/base/BUCK
@@ -15,10 +15,10 @@
 
 onos_app (
     app_name = 'org.onosproject.openflow-base',
-    title = 'OpenFlow Provider',
+    title = 'OpenFlow Base Provider',
     category = 'Provider',
     url = 'http://onosproject.org',
-    description = 'OpenFlow protocol southbound providers.',
+    description = 'Provides the base suite of device, flow and packet providers that rely OpenFlow protocol to interact with network devices.',
     included_bundles = BUNDLES,
     required_apps = APPS,
 )