gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Yi Tseng | 2e5d99e | 2017-06-06 10:58:46 -0700 | [diff] [blame] | 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli', |
gaurav | 38351de | 2016-07-27 04:44:33 +0530 | [diff] [blame] | 5 | '//incubator/api:onos-incubator-api', |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 6 | '//core/store/serializers:onos-core-serializers' |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 7 | ] |
| 8 | |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST_ADAPTERS', |
Yi Tseng | 7a38f9a | 2017-06-09 14:36:40 -0700 | [diff] [blame] | 11 | '//core/api:onos-api-tests', |
| 12 | '//incubator/api:onos-incubator-api-tests', |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests ( |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 16 | deps = COMPILE_DEPS, |
Yi Tseng | b8e19f1 | 2017-06-07 15:47:23 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 18 | ) |
| 19 | |
| 20 | onos_app ( |
| 21 | app_name = 'org.onosproject.dhcprelay', |
| 22 | title = 'DHCP Relay Agent App', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 23 | category = 'Utility', |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 24 | url = 'http://onosproject.org', |
| 25 | description = 'DHCP Relay Agent Application.', |
| 26 | ) |