blob: 49a37434bf615858c605d5b2cb9e323a03dea04f [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkeyf9a76972016-04-12 09:47:12 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007)
8
Ray Milkeyf9a76972016-04-12 09:47:12 -07009onos_app (
10 title = 'Packet/Optical Use-Case App',
11 category = 'Traffic Steering',
12 url = 'http://onosproject.org',
13 description = 'Packet/Optical use-case application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014)