blob: 0151d40b16ba4780d3dea4e6cb06080cd9d71cbe [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5]
6
Ray Milkey1aaffb72016-05-02 11:20:20 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 resources_root = 'src/main/resources',
10 resources = glob(['src/main/resources/**']),
11)
12
Ray Milkey1aaffb72016-05-02 11:20:20 -070013onos_app (
14 title = 'Driver Support Matrix',
15 category = 'Utility',
16 url = 'http://onosproject.org',
17 description = 'Driver behaviour support matrix.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080018)
Ray Milkey1aaffb72016-05-02 11:20:20 -070019