blob: 7d7089087982633d6ba59deb3462ed5e5ea17ab7 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001osgi_jar_with_tests(
2 deps = CORE_DEPS,
3)
4
5onos_app(
6 app_name = "org.onosproject.netcfghostprovider",
7 category = "Provider",
8 description = "Allows operator to prescribe information about known hosts and their locations " +
9 "using the network configuration subsystem. Such information takes precedence over " +
10 "information discovered through other host location providers.",
11 title = "Network Config Host Provider",
12 url = "http://onosproject.org",
13)