blob: a7d524efa89cf34005ad995d2bfea9473b7b6df4 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001BUNDLES = [
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
7onos_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)