blob: 07008a566dd5259939263c0123f767eed593cf38 [file] [log] [blame]
Ray Milkey257eb6d2018-07-17 09:41:00 -07001BUNDLES = [
2 "//apps/cfm/api:onos-apps-cfm-api",
3 "//apps/cfm/app:onos-apps-cfm-app",
4 "//apps/cfm/nbi:onos-apps-cfm-nbi",
5]
6
7onos_app(
8 category = "Monitoring",
9 description = "Layer 2 Monitoring Connectivity Fault Management App",
10 included_bundles = BUNDLES,
11 title = "Layer 2 Monitoring CFM Application",
12 url = "http://onosproject.org",
13)