Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 2 | "//apps/routing-api:onos-apps-routing-api", |
| 3 | "//apps/route-service/api:onos-apps-route-service-api", |
| 4 | ] |
| 5 | |
| 6 | BUNDLES = [ |
| 7 | "//apps/routing-api:onos-apps-routing-api", |
| 8 | ":onos-apps-pim", |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests( |
Ray Milkey | 39e55df | 2018-10-09 16:32:50 -0700 | [diff] [blame] | 12 | karaf_command_packages = ["org.onosproject.pim.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 13 | resources = glob(["src/main/resources/**"]), |
| 14 | resources_root = "src/main/resources", |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |
| 17 | |
| 18 | onos_app( |
| 19 | category = "Traffic Engineering", |
| 20 | description = "Protocol independent multicast emulation.", |
| 21 | included_bundles = BUNDLES, |
| 22 | required_apps = ["org.onosproject.route-service"], |
| 23 | title = "Protocol Independent Multicast Emulation", |
| 24 | url = "http://onosproject.org", |
| 25 | ) |