blob: c444b1a8efa596827a4adc3db0accadfe8d6e48a [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001BUNDLES = [
psnehab7109092018-10-10 08:26:02 -04002 "//apps/dhcprelay/web:onos-apps-dhcprelay-web",
3 "//apps/dhcprelay/app:onos-apps-dhcprelay-app",
Ray Milkey39332952018-07-16 13:42:51 -07004]
5
Ray Milkey39332952018-07-16 13:42:51 -07006onos_app(
7 app_name = "org.onosproject.dhcprelay",
8 category = "Utility",
9 description = "DHCP Relay Agent Application.",
10 included_bundles = BUNDLES,
11 required_apps = ["org.onosproject.route-service"],
12 title = "DHCP Relay Agent",
13 url = "http://onosproject.org",
14)