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 | "//apps/intentsync:onos-apps-intentsync", |
| 5 | ] |
| 6 | |
| 7 | BUNDLES = [ |
| 8 | "//apps/sdnip:onos-apps-sdnip", |
| 9 | "//apps/routing-api:onos-apps-routing-api", |
| 10 | "//apps/routing/common:onos-apps-routing-common", |
| 11 | ] |
| 12 | |
| 13 | TEST_DEPS = TEST_ADAPTERS + [ |
| 14 | "//apps/routing-api:onos-apps-routing-api-tests", |
| 15 | "//apps/route-service/api:onos-apps-route-service-api-tests", |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests( |
Ray Milkey | 4efc66f | 2018-10-10 13:37:42 -0700 | [diff] [blame] | 19 | karaf_command_packages = [ |
| 20 | "org.onosproject.sdnip.cli", |
| 21 | "org.onosproject.sdnip.cli.completer", |
| 22 | ], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 23 | test_deps = TEST_DEPS, |
| 24 | deps = COMPILE_DEPS, |
| 25 | ) |
| 26 | |
| 27 | onos_app( |
| 28 | category = "Traffic Engineering", |
| 29 | description = "SDN-IP peering application", |
| 30 | included_bundles = BUNDLES, |
| 31 | required_apps = [ |
| 32 | "org.onosproject.intentsynchronizer", |
| 33 | "org.onosproject.route-service", |
| 34 | ], |
| 35 | title = "SDN-IP", |
| 36 | url = "http://onosproject.org", |
| 37 | ) |