blob: 2c69a19ac274361873081031c70f5088b50ad6c7 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08003]
4
Ray Milkey24439fe2016-04-08 21:50:55 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007)
8
Ray Milkey24439fe2016-04-08 21:50:55 -07009onos_app (
Brian O'Connor1f165982016-04-06 21:36:09 -070010 title = 'Reactive Forwarding App',
11 category = 'Traffic Steering',
12 url = 'http://onosproject.org',
Brian O'Connorbe27bb32016-04-29 16:55:44 -070013 description = 'Reactive forwarding application using flow objective subsystem.',
Ray Milkey24439fe2016-04-08 21:50:55 -070014)