Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST |
| 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | dda9229 | 2018-10-10 15:29:56 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.virtualbng.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | resources = glob(["src/main/resources/**"]), |
| 6 | resources_root = "src/main/resources", |
| 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_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 | ) |