blob: 61686108df806e78266a8dcb56cb43bbd94d8011 [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',
10 url = 'http://onosproject.org',
11 included_bundles = BUNDLES,
12 description = 'TL1 protocol southbound providers.',
13)