Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/tl1/device:onos-providers-tl1-device', |
| 3 | '//protocols/tl1/api:onos-protocols-tl1-api', |
Yuta HIGUCHI | 4a4a857 | 2018-05-22 10:59:29 -0700 | [diff] [blame] | 4 | '//protocols/tl1/ctl:onos-protocols-tl1-ctl', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | onos_app ( |
| 8 | app_name = 'org.onosproject.tl1', |
| 9 | title = 'TL1 Provider', |
| 10 | category = 'Provider', |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 11 | url = 'https://wiki.onosproject.org/display/ONOS/TL1', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 12 | included_bundles = BUNDLES, |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 13 | description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' + |
| 14 | 'with TL1 enable devices from information given by network configuration.', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 15 | ) |