Refactor protocol BUCK files to use more modern rules and format

Change-Id: I9262fdeef12cfd098afefc711d995ffc76b9efb1
diff --git a/drivers/default/BUCK b/drivers/default/BUCK
index 51f8552..f999454 100644
--- a/drivers/default/BUCK
+++ b/drivers/default/BUCK
@@ -2,7 +2,7 @@
     '//lib:CORE_DEPS',
     '//lib:openflowj',
     '//drivers/utilities:onos-drivers-utilities',
-    '//protocols/openflow/api:onos-of-api',
+    '//protocols/openflow/api:onos-protocols-openflow-api',
     '//core/store/serializers:onos-core-serializers',
 ]
 
@@ -13,6 +13,7 @@
 )
 
 onos_app (
+    app_name = 'org.onosproject.drivers',
     title = 'Default device drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',