mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
12 lines
232 B
Python
Executable File
12 lines
232 B
Python
Executable File
BUNDLES = [
|
|
'//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi',
|
|
|
|
]
|
|
|
|
onos_app (
|
|
title = 'Flowspec API',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
description = 'ONOS framework applications',
|
|
)
|