senthil | 00fc1e5 | 2024-03-22 09:11:08 +0530 | [diff] [blame^] | 1 | BUNDLES = [ |
2 | "//apps/bgpmonitoring/api:onos-apps-bgpmonitoring-api", | ||||
3 | "//apps/bgpmonitoring/app:onos-apps-bgpmonitoring-app", | ||||
4 | "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio", | ||||
5 | ] | ||||
6 | |||||
7 | onos_app( | ||||
8 | app_name = "org.onosproject.bgpmonitoring", | ||||
9 | category = "BGP Monitoring", | ||||
10 | description = "BGP monitoring protocol application.", | ||||
11 | included_bundles = BUNDLES, | ||||
12 | title = "BGP Monitoring Protocol", | ||||
13 | url = "http://onosproject.org", | ||||
14 | ) |