mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
12 lines
225 B
Python
12 lines
225 B
Python
BUNDLES = [
|
|
'//apps/dhcp/api:onos-apps-dhcp-api',
|
|
'//apps/dhcp/app:onos-apps-dhcp-app',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'DHCP Server',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|