Ray Milkey | 257eb6d | 2018-07-17 09:41:00 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
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 | |||||
7 | onos_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 | ) |