Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
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',