blob: 1c57dc4ab1d09c20ea6bbb5f709a81d5ba7d43f7 [file] [log] [blame]
BUNDLES = [
'//providers/tl1/device:onos-providers-tl1-device',
'//protocols/tl1/api:onos-protocols-tl1-api',
]
onos_app (
app_name = 'org.onosproject.tl1',
title = 'TL1 Provider',
category = 'Provider',
url = 'https://wiki.onosproject.org/display/ONOS/TL1',
included_bundles = BUNDLES,
description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
'with TL1 enable devices from information given by network configuration.',
)