blob: 2fe2ca5d1d4d422146b49fa13f01cd2eb9fdb613 [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',
9 '//core/common:onos-core-common',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010]
11
Ray Milkey24439fe2016-04-08 21:50:55 -070012osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Ray Milkey24439fe2016-04-08 21:50:55 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)
16
Ray Milkey24439fe2016-04-08 21:50:55 -070017onos_app (
18 title = 'Authentication App',
19 category = 'Security',
20 url = 'http://onosproject.org',
21 description = 'ONOS authentication application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)