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