blob: 6554cc7cac85a0073cf1c703c6e18316b8358296 [file] [log] [blame]
Mohammad Shahid4c30ea32017-08-09 18:02:10 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5 '//incubator/api:onos-incubator-api',
6 '//core/store/serializers:onos-core-serializers',
7 '//apps/gluon:onos-apps-gluon',
8 '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc',
9]
10
11TEST_DEPS = [
12 '//lib:TEST_ADAPTERS',
13 '//lib:TEST',
14]
15
16osgi_jar_with_tests(
17 deps = COMPILE_DEPS,
18 test_deps = TEST_DEPS,
19)
20
21onos_app(
22 title = 'Evpn-openflow App',
23 category = 'Traffic Steering',
24 url = 'http://onosproject.org',
25 description = 'Ethernet VPN (EVPN) introduces a new model for Ethernet services delivery.' +
26 'It enables integrated Layer 2 service over Ethernet with multihoming.',
27)