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