blob: 9ea3f476e7aaf815ca1d9167065e04849f75f367 [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 (
Carolina Fernandezb31adee2016-08-31 11:29:38 +020019 title = 'SDX-L2 App',
pierventre3849e562016-05-11 11:47:32 +020020 category = 'Utility',
21 url = 'http://www.geant.org',
22 included_bundles = BUNDLES,
Carolina Fernandezb31adee2016-08-31 11:29:38 +020023 description = 'SDX-L2 application to create and manage Ethernet circuits',
pierventre3849e562016-05-11 11:47:32 +020024)