blob: d58a6eb17e3697ecdf405d2b5fac337e4119fc7d [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_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 Milkeyf9a76972016-04-12 09:47:12 -070010osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 resources_root = 'src/main/resources',
13 resources = glob(['src/main/resources/**']),
14)
15
Ray Milkeyf9a76972016-04-12 09:47:12 -070016onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070017 title = 'Virtual Broadband Gateway',
18 category = 'Traffic Steering',
Ray Milkeyf9a76972016-04-12 09:47:12 -070019 url = 'http://onosproject.org',
20 description = 'A virtual Broadband Network Gateway(BNG) application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021)