mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
11 lines
193 B
Python
11 lines
193 B
Python
BUNDLES = [
|
|
'//apps/yms/api:onos-apps-yms-api',
|
|
]
|
|
|
|
onos_app(
|
|
title = 'YANG Management System App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|