Ray Milkey 324af9301f Bazel build files for protocols
Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
2018-06-21 03:48:25 +00:00

16 lines
347 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + [
"//protocols/ovsdb/api:onos-protocols-ovsdb-api",
"//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
onos_app(
category = "Protocol",
description = "PCEP protocol API.",
title = "PCEP Protocol API",
url = "http://onosproject.org",
)