blob: 283bbfbadded03de9092c067de20dca36f996211 [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',
Thomas Vachuskacc7d2a32017-08-28 10:47:48 -070013 category = 'Protocol',
Ray Milkeyf9a76972016-04-12 09:47:12 -070014 url = 'http://onosproject.org',
15 description = 'PCEP protocol API.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)