blob: 036ce08c7d22efbbefeb5cef20d68f1d1d12a3fa [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//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 Milkeyf9a76972016-04-12 09:47:12 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 resources_root = 'src/main/resources',
14 resources = glob(['src/main/resources/**']),
15)
16
Ray Milkeyf9a76972016-04-12 09:47:12 -070017onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070018 title = 'Virtual Broadband Gateway',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070019 category = 'Traffic Engineering',
Ray Milkeyf9a76972016-04-12 09:47:12 -070020 url = 'http://onosproject.org',
21 description = 'A virtual Broadband Network Gateway(BNG) application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)