blob: 1c57dc4ab1d09c20ea6bbb5f709a81d5ba7d43f7 [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',
Marc De Leenheer57a5af02016-12-02 20:54:41 -08004]
5
6onos_app (
7 app_name = 'org.onosproject.tl1',
8 title = 'TL1 Provider',
9 category = 'Provider',
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070010 url = 'https://wiki.onosproject.org/display/ONOS/TL1',
Marc De Leenheer57a5af02016-12-02 20:54:41 -080011 included_bundles = BUNDLES,
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070012 description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
13 'with TL1 enable devices from information given by network configuration.',
Marc De Leenheer57a5af02016-12-02 20:54:41 -080014)