blob: 6baa64d25c1b3a5728597f6ede39284f8645efbe [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST
2
3osgi_jar_with_tests(
Ray Milkeydda92292018-10-10 15:29:56 -07004 karaf_command_packages = ["org.onosproject.virtualbng.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07005 resources = glob(["src/main/resources/**"]),
6 resources_root = "src/main/resources",
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Traffic Engineering",
12 description = "A virtual Broadband Network Gateway(BNG) application.",
13 title = "Virtual Broadband Gateway",
14 url = "http://onosproject.org",
15)