Bazel builds for additional drivers
Change-Id: I8c3f36bd7c56127480ab9419ad52dac626b9f3cb
diff --git a/apps/cfm/BUILD b/apps/cfm/BUILD
new file mode 100644
index 0000000..07008a5
--- /dev/null
+++ b/apps/cfm/BUILD
@@ -0,0 +1,13 @@
+BUNDLES = [
+ "//apps/cfm/api:onos-apps-cfm-api",
+ "//apps/cfm/app:onos-apps-cfm-app",
+ "//apps/cfm/nbi:onos-apps-cfm-nbi",
+]
+
+onos_app(
+ category = "Monitoring",
+ description = "Layer 2 Monitoring Connectivity Fault Management App",
+ included_bundles = BUNDLES,
+ title = "Layer 2 Monitoring CFM Application",
+ url = "http://onosproject.org",
+)