Jayakumar Thazhath | f0f2089 | 2017-09-11 02:00:20 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Annce John | 735562e | 2017-11-21 01:46:41 -0500 | [diff] [blame^] | 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//lib:org.apache.karaf.shell.console', |
| 5 | '//cli:onos-cli' |
Jayakumar Thazhath | f0f2089 | 2017-09-11 02:00:20 -0400 | [diff] [blame] | 6 | ] |
| 7 | |
| 8 | osgi_jar ( |
| 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | onos_app ( |
| 13 | title = 'IPv6 RA Generator', |
| 14 | category = 'Traffic Steering', |
| 15 | url = 'http://onosproject.org', |
| 16 | description = 'Application for generating IPv6 RAs', |
| 17 | ) |