mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
12 lines
280 B
Python
12 lines
280 B
Python
BUNDLES = [
|
|
'//protocols/pcep/server/api:onos-protocols-pcep-server-api',
|
|
'//protocols/pcep/server/ctl:onos-protocols-pcep-server-ctl',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'PCEP Server Module',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|