Kalhee Kim | ba36606 | 2017-11-07 16:32:09 +0000 | [diff] [blame] | 1 | BUNDLES = [ |
psneha | 107b8cf | 2018-10-10 08:26:02 -0400 | [diff] [blame] | 2 | '//apps/dhcprelay/web:onos-apps-dhcprelay-web', |
| 3 | '//apps/dhcprelay/app:onos-apps-dhcprelay-app', |
Kalhee Kim | ba36606 | 2017-11-07 16:32:09 +0000 | [diff] [blame] | 4 | ] |
| 5 | |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 6 | onos_app ( |
| 7 | app_name = 'org.onosproject.dhcprelay', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 8 | title = 'DHCP Relay Agent', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 9 | category = 'Utility', |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 10 | url = 'http://onosproject.org', |
| 11 | description = 'DHCP Relay Agent Application.', |
Charles Chan | fab0f85 | 2018-10-31 13:17:36 -0700 | [diff] [blame] | 12 | required_apps = [ |
| 13 | 'org.onosproject.route-service', |
| 14 | 'org.onosproject.fpm', |
| 15 | ], |
Kalhee Kim | ba36606 | 2017-11-07 16:32:09 +0000 | [diff] [blame] | 16 | included_bundles = BUNDLES, |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 17 | ) |