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