blob: 6f28dead39170bc2d087469f9d19433b801a390b [file] [log] [blame]
gauravf0884562016-06-17 02:47:13 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
gaurav38351de2016-07-27 04:44:33 +05303 '//incubator/api:onos-incubator-api',
gauravf0884562016-06-17 02:47:13 +05304]
5
6osgi_jar (
7 deps = COMPILE_DEPS,
8)
9
10onos_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)