Initial import of CFM and SOAM api 1.10

Change-Id: Icf5cc2d5fb34b75460e80e8cced0d70265bcd33b

Minor changes to get CFM and SOAM patch work on 1.10

Change-Id: Ibd90fdeaf143f4cfdc98f7e6eb28bfa55f471e4b
diff --git a/drivers/microsemi/BUCK b/drivers/microsemi/BUCK
index 2787032..b9a61eb 100644
--- a/drivers/microsemi/BUCK
+++ b/drivers/microsemi/BUCK
@@ -12,7 +12,8 @@
     '//lib:TEST_ADAPTERS',
     '//core/api:onos-api-tests',
     '//drivers/netconf:onos-drivers-netconf-tests',
-    '//utils/osgi:onlab-osgi-tests'
+    '//utils/osgi:onlab-osgi-tests',
+    '//incubator/net:onos-incubator-net'
 ]
 
 APPS = [
@@ -34,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,
 )