Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:jersey-client', |
| 4 | '//lib:javax.ws.rs-api', |
| 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//cli:onos-cli', |
| 7 | '//utils/rest:onlab-rest', |
| 8 | ] |
| 9 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 10 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | resources_root = 'src/main/resources', |
| 13 | resources = glob(['src/main/resources/**']), |
| 14 | ) |
| 15 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 16 | onos_app ( |
| 17 | title = 'Virtual Broadband Gateway App', |
| 18 | category = 'Utility', |
| 19 | url = 'http://onosproject.org', |
| 20 | description = 'A virtual Broadband Network Gateway(BNG) application.', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 21 | ) |