blob: 3d27aad614ea98fa929bdc22c1ae57990f2b7687 [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 (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070010 title = 'Multicast Forwarding',
Ray Milkeyf9a76972016-04-12 09:47:12 -070011 category = 'Traffic Steering',
12 url = 'http://onosproject.org',
13 description = 'Multicast forwarding application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014)