Jayakumar Thazhath | 3ec6aa2 | 2017-09-11 02:00:20 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api' | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar ( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_app ( | ||||
11 | title = 'IPv6 RA Generator', | ||||
12 | category = 'Traffic Steering', | ||||
13 | url = 'http://onosproject.org', | ||||
14 | description = 'Application for generating IPv6 RAs', | ||||
15 | ) |