gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
gaurav | 38351de | 2016-07-27 04:44:33 +0530 | [diff] [blame] | 3 | '//incubator/api:onos-incubator-api', |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | osgi_jar ( |
| 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_app ( |
| 11 | app_name = 'org.onosproject.dhcprelay', |
| 12 | title = 'DHCP Relay Agent App', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 13 | category = 'Utility', |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 14 | url = 'http://onosproject.org', |
| 15 | description = 'DHCP Relay Agent Application.', |
| 16 | ) |