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', |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 4 | '//core/store/serializers:onos-core-serializers' |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 5 | ] |
| 6 | |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
Yi Tseng | 7a38f9a | 2017-06-09 14:36:40 -0700 | [diff] [blame^] | 9 | '//core/api:onos-api-tests', |
| 10 | '//incubator/api:onos-incubator-api-tests', |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 15 | test_deps = TEST_DEPS, |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 16 | ) |
| 17 | |
| 18 | onos_app ( |
| 19 | app_name = 'org.onosproject.dhcprelay', |
| 20 | title = 'DHCP Relay Agent App', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 21 | category = 'Utility', |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 22 | url = 'http://onosproject.org', |
| 23 | description = 'DHCP Relay Agent Application.', |
| 24 | ) |