blob: b0f73327b0bcb0cce260042d282200a8c64b307f [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey8dac8182016-04-28 16:44:19 -07003 '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
4 '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
Ray Milkeyf9a76972016-04-12 09:47:12 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009)
10
Ray Milkeyf9a76972016-04-12 09:47:12 -070011onos_app (
12 title = 'PCEP Protocol API',
13 category = 'Traffic Steering',
14 url = 'http://onosproject.org',
15 description = 'PCEP protocol API.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)