blob: 7b9a203597f8eff9d9f8b5a9907d4a253459d225 [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 (
Charles Chanc3142942016-05-05 17:42:14 -070010 app_name = 'org.onosproject.netcfghostprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070011 title = 'Network Config Host Provider',
12 category = 'Provider',
13 url = 'http://onosproject.org',
14 description = 'Host provider that uses network config service to discover hosts.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)
Ray Milkeyaeb00792016-04-20 16:15:21 -070016