blob: f5cf0c3d39f63e35c01c726d6d1ed1f5dee0dcff [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 -07005TEST_DEPS = [
6 '//lib:TEST_ADAPTERS',
7 '//utils/osgi:onlab-osgi-tests',
8]
9
10osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070012 test_deps = TEST_DEPS,
13)
14
15onos_app (
Charles Chanc3142942016-05-05 17:42:14 -070016 app_name = 'org.onosproject.hostprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070017 title = 'Host Location Provider',
18 category = 'Provider',
19 url = 'http://onosproject.org',
20 description = 'ONOS host location provider.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021)