Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 3 | ] |
4 | |||||
Ray Milkey | 24439fe | 2016-04-08 21:50:55 -0700 | [diff] [blame] | 5 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 6 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | ) |
8 | |||||
Ray Milkey | 24439fe | 2016-04-08 21:50:55 -0700 | [diff] [blame] | 9 | onos_app ( |
Brian O'Connor | 1f16598 | 2016-04-06 21:36:09 -0700 | [diff] [blame] | 10 | title = 'Reactive Forwarding App', |
11 | category = 'Traffic Steering', | ||||
12 | url = 'http://onosproject.org', | ||||
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 13 | description = 'Reactive forwarding application using flow objective subsystem.', |
Ray Milkey | 24439fe | 2016-04-08 21:50:55 -0700 | [diff] [blame] | 14 | ) |