Jonathan Hart | 382119e | 2016-09-02 13:14:49 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:org.apache.karaf.shell.console', | ||||
4 | '//cli:onos-cli', | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) | ||||
10 | |||||
11 | onos_app ( | ||||
12 | title = 'Patch Panel', | ||||
13 | category = 'Traffic Steering', | ||||
14 | url = 'http://onosproject.org', | ||||
15 | description = 'Creates patches between ports on a switch', | ||||
16 | ) |