onos/apps/dhcp/BUCK
Ray Milkey 24439fe26d app buck refactor for apps: aaa, acl, bgprouter
Change-Id: Iaa970e3a937cc1df0aff29cc45f4c08c2d79cd13
2016-04-09 02:55:18 -07:00

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