psneha | 107b8cf | 2018-10-10 08:26:02 -0400 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/dhcprelay/web:onos-apps-dhcprelay-web", | ||||
3 | "//apps/dhcprelay/app:onos-apps-dhcprelay-app", | ||||
4 | ] | ||||
5 | |||||
6 | onos_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 | ) |