blob: bdb2b289d4f90bbc40413f0e955cf5f813403484 [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 Milkey43702bf2016-05-04 10:40:55 -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 Milkey43702bf2016-05-04 10:40:55 -070011onos_app (
12 app_name = 'org.onosproject.ovsdbhostprovider',
13 title = 'OVSDB host Provider',
14 category = 'Provider',
15 url = 'http://onosproject.org',
16 description = 'OVSDB Host provider.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)