blob: e420f72c17a4a51882c9d1e69eb275212891bced [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',
Yi Tsengb8e19f12017-06-07 15:47:23 -07004 '//core/store/serializers:onos-core-serializers'
gauravf0884562016-06-17 02:47:13 +05305]
6
Yi Tsengb8e19f12017-06-07 15:47:23 -07007TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9]
10
11osgi_jar_with_tests (
gauravf0884562016-06-17 02:47:13 +053012 deps = COMPILE_DEPS,
Yi Tsengb8e19f12017-06-07 15:47:23 -070013 test_deps = TEST_DEPS,
gauravf0884562016-06-17 02:47:13 +053014)
15
16onos_app (
17 app_name = 'org.onosproject.dhcprelay',
18 title = 'DHCP Relay Agent App',
Thomas Vachuskabe0a2652017-03-23 18:43:22 -070019 category = 'Utility',
gauravf0884562016-06-17 02:47:13 +053020 url = 'http://onosproject.org',
21 description = 'DHCP Relay Agent Application.',
22)