gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar ( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | ) | ||||
8 | |||||
9 | onos_app ( | ||||
10 | app_name = 'org.onosproject.dhcprelay', | ||||
11 | title = 'DHCP Relay Agent App', | ||||
12 | category = 'default', | ||||
13 | url = 'http://onosproject.org', | ||||
14 | description = 'DHCP Relay Agent Application.', | ||||
15 | ) |