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', | ||||
13 | category = 'default', | ||||
14 | url = 'http://onosproject.org', | ||||
15 | description = 'DHCP Relay Agent Application.', | ||||
16 | ) |