blob: 2f5461fe45191cc389e0ae8bb4620ce382d36cd3 [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
7TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -07008 '//lib:TEST_ADAPTERS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009]
10
Ray Milkey1aaffb72016-05-02 11:20:20 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkey1aaffb72016-05-02 11:20:20 -070013 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 resources_root = 'src/main/resources',
15 resources = glob(['src/main/resources/**']),
16)
17
Ray Milkey1aaffb72016-05-02 11:20:20 -070018onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070019 title = 'Flow Space Analysis',
Ray Milkey1aaffb72016-05-02 11:20:20 -070020 category = 'Monitoring',
21 url = 'http://onosproject.org',
22 description = 'Simple flow space analyzer.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080023)