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