blob: 3ef52efa3c1970b193e9ca3725becb9c2ea58835 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkeyaeb00792016-04-20 16:15:21 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007)
8
Ray Milkeyaeb00792016-04-20 16:15:21 -07009onos_app (
10 title = 'Network Config Host Provider',
11 category = 'Provider',
12 url = 'http://onosproject.org',
13 description = 'Host provider that uses network config service to discover hosts.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014)
Ray Milkeyaeb00792016-04-20 16:15:21 -070015