blob: a24176b7fec8af037c20752ddad4db94782bd8b2 [file] [log] [blame]
pierventre3849e562016-05-11 11:47:32 +02001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5BUNDLES = [
6 '//apps/sdx-l2:onos-apps-sdx-l2',
7]
8
9TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)
17
18onos_app (
19 title = 'SDX-L2 Application',
20 category = 'Utility',
21 url = 'http://www.geant.org',
22 included_bundles = BUNDLES,
23 description = 'SDX-L2 application for ONOS project developed by GEANT',
24)