blob: 0ccb0ade0a905e824815a3fb7ced2fc67f2174cf [file] [log] [blame]
BUNDLES = [
'//providers/tl1/device:onos-providers-tl1-device',
'//protocols/tl1/api:onos-protocols-tl1-api',
'//protocols/tl1/ctl:onos-protocols-tl1-ctl',
]
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.',
)