mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
13 lines
287 B
Python
13 lines
287 B
Python
BUNDLES = [
|
|
"//apps/workflow/api:onos-apps-workflow-api",
|
|
"//apps/workflow/app:onos-apps-workflow-app",
|
|
]
|
|
|
|
onos_app(
|
|
category = "Utility",
|
|
description = "Workflow application",
|
|
included_bundles = BUNDLES,
|
|
title = "Workflow",
|
|
url = "http://onosproject.org",
|
|
)
|