mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
17 lines
479 B
Python
17 lines
479 B
Python
BUNDLES = [
|
|
'//protocols/isis/api:onos-protocols-isis-api',
|
|
'//protocols/isis/ctl:onos-protocols-isis-ctl',
|
|
'//protocols/isis/isisio:onos-protocols-isis-isisio',
|
|
'//providers/isis/cfg:onos-providers-isis-cfg',
|
|
'//providers/isis/topology:onos-providers-isis-topology',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'ISIS Provider',
|
|
category = 'Provider',
|
|
url = 'http://onosproject.org',
|
|
description = 'ONOS ISIS protocol adapters.',
|
|
included_bundles = BUNDLES,
|
|
)
|
|
|