blob: 0ccb0ade0a905e824815a3fb7ced2fc67f2174cf [file] [log] [blame]
Marc De Leenheer57a5af02016-12-02 20:54:41 -08001BUNDLES = [
2 '//providers/tl1/device:onos-providers-tl1-device',
3 '//protocols/tl1/api:onos-protocols-tl1-api',
Yuta HIGUCHI4a4a8572018-05-22 10:59:29 -07004 '//protocols/tl1/ctl:onos-protocols-tl1-ctl',
Marc De Leenheer57a5af02016-12-02 20:54:41 -08005]
6
7onos_app (
8 app_name = 'org.onosproject.tl1',
9 title = 'TL1 Provider',
10 category = 'Provider',
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070011 url = 'https://wiki.onosproject.org/display/ONOS/TL1',
Marc De Leenheer57a5af02016-12-02 20:54:41 -080012 included_bundles = BUNDLES,
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070013 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 Leenheer57a5af02016-12-02 20:54:41 -080015)