Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/arista/BUCK b/drivers/arista/BUCK
index 551afbb..0434807 100644
--- a/drivers/arista/BUCK
+++ b/drivers/arista/BUCK
@@ -27,10 +27,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.arista',
-    title = 'Arista Device Drivers',
+    title = 'Arista Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Arista Device Drivers application.',
+    description = 'Adds support for Arista devices.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.restsb' ],
 )
diff --git a/drivers/bmv2/BUCK b/drivers/bmv2/BUCK
index 30ee2ab..8938d7a 100644
--- a/drivers/bmv2/BUCK
+++ b/drivers/bmv2/BUCK
@@ -22,10 +22,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.bmv2',
-    title = 'BMv2 Device Drivers',
+    title = 'BMv2 Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS BMv2 device drivers application.',
+    description = 'Adds support for BMv2 P4 devices.',
     included_bundles = BUNDLES,
     required_apps = [
         'org.onosproject.generaldeviceprovider',
diff --git a/drivers/ciena/BUCK b/drivers/ciena/BUCK
index 2db3559..f6b7fa7 100644
--- a/drivers/ciena/BUCK
+++ b/drivers/ciena/BUCK
@@ -27,10 +27,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.ciena',
-    title = 'Ciena Device Drivers',
+    title = 'Ciena Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Ciena Device Drivers application.',
+    description = 'Adds support for Ciena devices.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.restsb', 'org.onosproject.optical-model', 'org.onosproject.drivers.optical' ],
 )
diff --git a/drivers/cisco/netconf/BUCK b/drivers/cisco/netconf/BUCK
index b3b082a..6975a52 100644
--- a/drivers/cisco/netconf/BUCK
+++ b/drivers/cisco/netconf/BUCK
@@ -23,10 +23,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.cisco.netconf',
-    title = 'Cisco NETCONF device drivers',
+    title = 'Cisco NETCONF Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Cisco NETCONF device drivers application.',
+    description = 'Adds support for Cisco devices using NETCONF protocol.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.netconf', 'org.onosproject.drivers.netconf' ],
 )
diff --git a/drivers/cisco/rest/BUCK b/drivers/cisco/rest/BUCK
index 5f544d9..73acb67 100644
--- a/drivers/cisco/rest/BUCK
+++ b/drivers/cisco/rest/BUCK
@@ -27,10 +27,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.cisco.rest',
-    title = 'Cisco REST device drivers',
+    title = 'Cisco REST Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Cisco REST device drivers application.',
+    description = 'Adds support for Cisco devices using REST.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.restsb' ],
 )
diff --git a/drivers/corsa/BUCK b/drivers/corsa/BUCK
index 7f663bd..10eaf82 100644
--- a/drivers/corsa/BUCK
+++ b/drivers/corsa/BUCK
@@ -21,9 +21,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.corsa',
-    title = 'Corsa device drivers',
+    title = 'Corsa Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Corsa device drivers application.',
+    description = 'Adds support for Corsa devices.',
     required_apps = [ 'org.onosproject.openflow' ],
 )
diff --git a/drivers/default/BUCK b/drivers/default/BUCK
index b79b013..d8b95de 100644
--- a/drivers/default/BUCK
+++ b/drivers/default/BUCK
@@ -21,10 +21,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers',
-    title = 'Default device drivers',
+    title = 'Default Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Default device drivers application.',
+    description = 'Suite of default drivers.',
     included_bundles = [
         ':onos-drivers-default',
         '//lib:openflowj',
diff --git a/drivers/flowspec/BUCK b/drivers/flowspec/BUCK
index baeeed9..7590eb2 100644
--- a/drivers/flowspec/BUCK
+++ b/drivers/flowspec/BUCK
@@ -19,9 +19,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.flowspec',
-    title = 'Flow specification Device Drivers',
+    title = 'Generic Flow Spec Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS flow specification device drivers application.',
+    description = 'Adds support for devices using flow specs.',
     required_apps = [ 'org.onosproject.drivers'],
 )
diff --git a/drivers/fujitsu/BUCK b/drivers/fujitsu/BUCK
index 552084a..71bc9b6 100644
--- a/drivers/fujitsu/BUCK
+++ b/drivers/fujitsu/BUCK
@@ -28,10 +28,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.fujitsu',
-    title = 'Fujitsu device drivers',
+    title = 'Fujitsu Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Fujitsu device drivers application.',
+    description = 'Adds support for Fujitsu devices.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.netconf', 'org.onosproject.optical-model', 'org.onosproject.drivers.optical' ],
 )
diff --git a/drivers/hp/BUCK b/drivers/hp/BUCK
index 889557c..a403221 100644
--- a/drivers/hp/BUCK
+++ b/drivers/hp/BUCK
@@ -21,9 +21,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.hp',
-    title = 'HP driver',
+    title = 'HP Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS HP device drivers application.',
+    description = 'Adds support for HP devices.',
     required_apps = [ 'org.onosproject.openflow' ],
 )
diff --git a/drivers/huawei/BUCK b/drivers/huawei/BUCK
index 8c3d5ea..a9663a5 100644
--- a/drivers/huawei/BUCK
+++ b/drivers/huawei/BUCK
@@ -39,9 +39,9 @@
 
 onos_app(
     app_name = 'org.onosproject.drivers.huawei',
-    title = 'Huawei Device Drivers',
+    title = 'Huawei Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Huawei Device Drivers application.',
+    description = 'Adds support for Huawei devices.',
     required_apps = APPS
 )
\ No newline at end of file
diff --git a/drivers/juniper/BUCK b/drivers/juniper/BUCK
index 1a40781..1339200 100644
--- a/drivers/juniper/BUCK
+++ b/drivers/juniper/BUCK
@@ -17,10 +17,10 @@
 
 onos_app (
   app_name = 'org.onosproject.drivers.juniper',
-  title = 'Juniper Device Drivers',
+  title = 'Juniper Drivers',
   category = 'Drivers',
   url = 'http://onosproject.org',
-  description = 'ONOS Juniper Device Drivers application.',
+  description = 'Adds support for Juniper devices.',
   included_bundles = BUNDLES,
   required_apps = [ 'org.onosproject.netconf' ],
 )
\ No newline at end of file
diff --git a/drivers/lisp/BUCK b/drivers/lisp/BUCK
index 695fc40..18b053a 100644
--- a/drivers/lisp/BUCK
+++ b/drivers/lisp/BUCK
@@ -31,10 +31,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.lisp',
-    title = 'LISP Device Drivers',
+    title = 'Generic LISP Drivers',
     category = 'Drivers',
     url = 'https://wiki.onosproject.org/display/ONOS/LISP+as+SBI',
-    description = 'ONOS LISP Device Drivers application.',
+    description = 'Adds support for devices using LISP.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.lisp' ],
 )
diff --git a/drivers/lumentum/BUCK b/drivers/lumentum/BUCK
index 9471018..15f50d2 100644
--- a/drivers/lumentum/BUCK
+++ b/drivers/lumentum/BUCK
@@ -23,10 +23,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.lumentum',
-    title = 'Lumentum Device Drivers',
+    title = 'Lumentum Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Lumentum Device Drivers application.',
+    description = 'Adds support for Lumentum devices.',
     required_apps = [ 'org.onosproject.snmp', 'org.onosproject.faultmanagement', 'org.onosproject.optical-model',
      'org.onosproject.tl1', 'org.onosproject.drivers.optical'],
 )
diff --git a/drivers/microsemi/BUCK b/drivers/microsemi/BUCK
index 2c34c1c..379e63d 100644
--- a/drivers/microsemi/BUCK
+++ b/drivers/microsemi/BUCK
@@ -35,9 +35,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.microsemi',
-    title = 'Microsemi device drivers',
+    title = 'Microsemi Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Microsemi device drivers application.',
+    description = 'Adds support for Microsemi devices.',
     required_apps = APPS,
 )
diff --git a/drivers/netconf/BUCK b/drivers/netconf/BUCK
index 2824a07..d84fbbe 100644
--- a/drivers/netconf/BUCK
+++ b/drivers/netconf/BUCK
@@ -23,10 +23,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.netconf',
-    title = 'NETCONF Device Drivers',
+    title = 'Generic NETCONF Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS NETCONF Device Drivers application.',
+    description = 'Adds support for devices using NETCONF.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.netconf' ],
 )
diff --git a/drivers/oplink/BUCK b/drivers/oplink/BUCK
index bc52ab2..43b0826 100644
--- a/drivers/oplink/BUCK
+++ b/drivers/oplink/BUCK
@@ -25,10 +25,10 @@
 
 onos_app(
     app_name = 'org.onosproject.drivers.oplink',
-    title = 'Oplink Device Drivers',
+    title = 'Oplink Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Oplink Device Drivers application.',
+    description = 'Adds support for Oplink devices.',
     included_bundles = BUNDLES,
     required_apps = [
         'org.onosproject.netconf', 'org.onosproject.optical-model'
diff --git a/drivers/optical/BUCK b/drivers/optical/BUCK
index 3995be7..f9eef16 100644
--- a/drivers/optical/BUCK
+++ b/drivers/optical/BUCK
@@ -23,9 +23,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.optical',
-    title = 'Other optical Device Drivers',
+    title = 'Basic Optical Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS other optical Device Drivers application.',
+    description = 'Suite of basic optical device drivers.',
     required_apps = [ 'org.onosproject.drivers', 'org.onosproject.optical-model' ],
 )
diff --git a/drivers/ovsdb/BUCK b/drivers/ovsdb/BUCK
index 97f83c0..3446bd2 100644
--- a/drivers/ovsdb/BUCK
+++ b/drivers/ovsdb/BUCK
@@ -19,9 +19,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.ovsdb',
-    title = 'OVSDB Device Drivers',
+    title = 'Generic OVSDB Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS OVSDB Device Drivers application.',
+    description = 'Adds support for devices using OVSDB.',
     required_apps = [ 'org.onosproject.ovsdb-base' ],
 )
diff --git a/drivers/p4runtime/BUCK b/drivers/p4runtime/BUCK
index 2cbe48d..ed1d85d 100644
--- a/drivers/p4runtime/BUCK
+++ b/drivers/p4runtime/BUCK
@@ -17,10 +17,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.p4runtime',
-    title = 'P4Runtime Default Device Drivers',
+    title = 'P4 Runtime Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS P4Runtime device drivers application.',
+    description = 'Adds support for devices using P4 Runtime protocol.',
     included_bundles = BUNDLES,
     required_apps = [
         'org.onosproject.generaldeviceprovider',