blob: 868899ad50ce3006c69cfebdc1c72b1d48d40d63 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkey8dac8182016-04-28 16:44:19 -07004 '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
5 '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006]
7
Ray Milkeyf9a76972016-04-12 09:47:12 -07008osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010)
11
Ray Milkeyf9a76972016-04-12 09:47:12 -070012onos_app (
13 title = 'PCEP Protocol API',
14 category = 'Traffic Steering',
15 url = 'http://onosproject.org',
16 description = 'PCEP protocol API.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)