Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//providers/tl1/device:onos-providers-tl1-device", |
| 3 | "//protocols/tl1/api:onos-protocols-tl1-api", |
| 4 | "//protocols/tl1/ctl:onos-protocols-tl1-ctl", |
| 5 | ] |
| 6 | |
| 7 | onos_app( |
| 8 | app_name = "org.onosproject.tl1", |
| 9 | category = "Provider", |
| 10 | description = "Provides means for ONOS to discover and trigger the initial handshake procedure " + |
| 11 | "with TL1 enable devices from information given by network configuration.", |
| 12 | included_bundles = BUNDLES, |
| 13 | title = "TL1 Provider", |
| 14 | url = "https://wiki.onosproject.org/display/ONOS/TL1", |
| 15 | ) |