BUCK 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 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, )