Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + ONOS_YANG + CLI + JACKSON + [ |
| 2 | "//apps/odtn/api:onos-apps-odtn-api", |
| 3 | "//apps/config:onos-apps-config", |
| 4 | "//models/tapi:onos-models-tapi", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | "//apps/yang:onos-apps-yang", |
Ramon Casellas | 247a68f | 2019-01-18 13:36:14 +0100 | [diff] [blame] | 6 | "//apps/optical-model:onos-apps-optical-model", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | "//protocols/netconf/api:onos-protocols-netconf-api", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
Ray Milkey | 64a0589 | 2018-10-09 15:23:52 -0700 | [diff] [blame] | 11 | karaf_command_packages = ["org.onosproject.odtn.cli.impl"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 12 | test_deps = TEST_ADAPTERS, |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | APPS = [ |
| 17 | "org.onosproject.yang", |
| 18 | "org.onosproject.config", |
| 19 | "org.onosproject.configsync", |
| 20 | "org.onosproject.models.tapi", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 21 | "org.onosproject.odtn-api", |
| 22 | |
| 23 | # strictly speaking following are not mandatory |
| 24 | "org.onosproject.restconf", |
| 25 | "org.onosproject.drivers.netconf", # will need if using TemplateManager |
| 26 | "org.onosproject.drivers.odtn-driver", |
| 27 | "org.onosproject.netconf", |
Ramon Casellas | 247a68f | 2019-01-18 13:36:14 +0100 | [diff] [blame] | 28 | "org.onosproject.optical-model", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 29 | "org.onosproject.configsync-netconf", |
| 30 | "org.onosproject.protocols.restconfserver", |
| 31 | ] |
| 32 | |
| 33 | onos_app( |
| 34 | app_name = "org.onosproject.odtn-service", |
| 35 | category = "Traffic Engineering", |
| 36 | description = "ODTN Service Application", |
| 37 | required_apps = APPS, |
| 38 | title = "ODTN Service Application", |
| 39 | url = "http://onosproject.org", |
| 40 | ) |