Ray Milkey | 257eb6d | 2018-07-17 09:41:00 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + ONOS_YANG + [ |
| 2 | "@onos_yang_runtime//jar", |
| 3 | "//models/tapi:onos-models-tapi", |
| 4 | "//models/openconfig:onos-models-openconfig", |
| 5 | "//apps/yang:onos-apps-yang", |
| 6 | "//apps/config:onos-apps-config", |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
| 10 | test_deps = TEST_ADAPTERS, |
| 11 | deps = COMPILE_DEPS, |
| 12 | ) |
| 13 | |
| 14 | APPS = [ |
| 15 | "org.onosproject.yang", |
| 16 | "org.onosproject.models.tapi", |
| 17 | "org.onosproject.models.openconfig", |
| 18 | ] |
| 19 | |
| 20 | # TODO probably bucklet, etc. should escape title & description |
| 21 | onos_app( |
| 22 | app_name = "org.onosproject.odtn-api", |
| 23 | category = "Traffic Engineering", |
| 24 | description = "ODTN API & Utilities Application", |
| 25 | required_apps = APPS, |
| 26 | title = "ODTN API & Utilities Application", |
| 27 | url = "http://onosproject.org", |
| 28 | ) |