Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//apps/routing-api:onos-apps-routing-api', | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) | ||||
10 | |||||
11 | onos_app ( | ||||
12 | title = 'SDN-IP Reactive Routing App', | ||||
13 | category = 'Traffic Steering', | ||||
14 | url = 'http://onosproject.org', | ||||
15 | description = 'SDN-IP reactive routing application.', | ||||
16 | ) |