blob: dfc8af192882f3ac40d24f73f4a072f4591b230c [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',
Thomas Vachuskab0029682017-08-23 17:55:53 -070014 description = 'Allows operator to prescribe information about known hosts and their locations ' +
15 'using the network configuration subsystem. Such information takes precedence over ' +
16 'information discovered through other host location providers.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)
Ray Milkeyaeb00792016-04-20 16:15:21 -070018