blob: c21f807c858d81f14c1af9945ce1b4adbf256e77 [file] [log] [blame]
Naoki Shiota5a056062016-05-05 18:43:59 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5]
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)
10
11onos_app (
12 title = 'Packet/Optical Use-Case App',
13 category = 'Traffic Steering',
14 url = 'http://onosproject.org',
15 description = 'Packet/Optical use-case application.',
16)