blob: 97a583a4661651ffcdf3fb7d6d2156f09b9bd5f8 [file] [log] [blame]
Ray Milkey257eb6d2018-07-17 09:41:00 -07001COMPILE_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",
Ai Hamanobd51cdd2018-10-18 11:30:07 +09007 "//models/openconfig-infinera:onos-models-openconfig-infinera",
8 "//protocols/netconf/api:onos-protocols-netconf-api",
Ray Milkey257eb6d2018-07-17 09:41:00 -07009]
10
11osgi_jar_with_tests(
12 test_deps = TEST_ADAPTERS,
13 deps = COMPILE_DEPS,
14)
15
16APPS = [
17 "org.onosproject.yang",
18 "org.onosproject.models.tapi",
19 "org.onosproject.models.openconfig",
Ai Hamanobd51cdd2018-10-18 11:30:07 +090020 "org.onosproject.models.openconfig-infinera",
21 "org.onosproject.netconf",
Ray Milkey257eb6d2018-07-17 09:41:00 -070022]
23
24# TODO probably bucklet, etc. should escape title & description
25onos_app(
26 app_name = "org.onosproject.odtn-api",
27 category = "Traffic Engineering",
28 description = "ODTN API & Utilities Application",
29 required_apps = APPS,
30 title = "ODTN API & Utilities Application",
31 url = "http://onosproject.org",
32)