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