blob: 73d982b4d3e0734ef1858e087969dca914775383 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
2 "//incubator/api:onos-incubator-api",
3 "//core/store/serializers:onos-core-serializers",
4 "//apps/gluon:onos-apps-gluon",
5 "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc",
6 "//apps/route-service/api:onos-apps-route-service-api",
7 "//apps/evpn-route-service/api:onos-apps-evpn-route-service-api",
8]
9
10osgi_jar_with_tests(
11 deps = COMPILE_DEPS,
12)
13
14onos_app(
15 category = "Traffic Engineering",
16 description = "Ethernet VPN (EVPN) introduces a new model for Ethernet services delivery." +
17 "It enables integrated Layer 2 service over Ethernet with multihoming.",
18 required_apps = [
19 "org.onosproject.route-service",
20 "org.onosproject.evpn-route-service",
21 "org.onosproject.gluon",
22 "org.onosproject.vtn",
23 ],
24 title = "EVPN OpenFlow",
25 url = "http://onosproject.org",
26)