blob: aad1a8d0d9458ae8dc1e222e28644b035d56b6bf [file] [log] [blame]
gauravf0884562016-06-17 02:47:13 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5osgi_jar (
6 deps = COMPILE_DEPS,
7)
8
9onos_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)