blob: 2d52e05932d66ef450dba4f8c85e678174f33501 [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 (
16 title = 'Host Location Provider',
17 category = 'Provider',
18 url = 'http://onosproject.org',
19 description = 'ONOS host location provider.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020)