pierventre | 3849e56 | 2016-05-11 11:47:32 +0200 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | BUNDLES = [ | ||||
6 | '//apps/sdx-l2:onos-apps-sdx-l2', | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = [ | ||||
10 | '//lib:TEST_ADAPTERS', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests ( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | test_deps = TEST_DEPS, | ||||
16 | ) | ||||
17 | |||||
18 | onos_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 | ) |