blob: 6f516dac48072419a78529c933be82b6b88a82e9 [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,
Charles Chan874020d2018-10-30 11:16:42 -070011 required_apps = [
12 "org.onosproject.route-service",
13 "org.onosproject.fpm",
14 ],
Ray Milkey39332952018-07-16 13:42:51 -070015 title = "DHCP Relay Agent",
16 url = "http://onosproject.org",
17)