blob: 63e86f7b919ad210551b0d89af79bcb6eb5dff53 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//protocols/ovsdb/api:onos-protocols-ovsdb-api",
3 "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 app_name = "org.onosproject.ovsdbhostprovider",
12 category = "Provider",
13 description = "OVSDB Host provider.",
14 title = "OVSDB host Provider",
15 url = "http://onosproject.org",
16)