onos/apps/dhcp/BUCK
Thomas Vachuska b002968a83 Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
2017-08-24 10:19:33 -07:00

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,
)