blob: 7893313c93acd9b1aa17e81733b0a1541d4f40af [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
kalagesa1a1867a2017-03-07 13:06:41 +05304 '//core/store/serializers:onos-core-serializers',
5 '//core/store/primitives:onos-core-primitives',
6 '//core/api:onos-api',
7 '//lib:org.apache.karaf.shell.console',
8 '//cli:onos-cli',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009]
10
Ray Milkey24439fe2016-04-08 21:50:55 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)
14
Ray Milkey24439fe2016-04-08 21:50:55 -070015onos_app (
Brian O'Connor1f165982016-04-06 21:36:09 -070016 title = 'Reactive Forwarding App',
17 category = 'Traffic Steering',
18 url = 'http://onosproject.org',
Brian O'Connorbe27bb32016-04-29 16:55:44 -070019 description = 'Reactive forwarding application using flow objective subsystem.',
Ray Milkey24439fe2016-04-08 21:50:55 -070020)