Added a shell of a openflow device provider and fixed features.
diff --git a/features/features.xml b/features/features.xml
index 59ab54f..b5470b1 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -55,8 +55,8 @@
         <feature>onos-core</feature>
         <bundle>mvn:io.netty/netty/3.9.2.Final</bundle>
 
-        <bundle>mvn:org.projectfloodlight/openflowj/0.3.8-SNAPSHOT</bundle>
-        <!--bundle>mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT</bundle-->
+        <!--bundle>mvn:org.projectfloodlight/openflowj/0.3.8-SNAPSHOT</bundle-->
+        <bundle>mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT</bundle>
         <bundle>mvn:org.onlab.onos/onos-of-ctl/1.0.0-SNAPSHOT</bundle>
 
         <bundle>mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT</bundle>