blob: 2cfed29823518d27a6e819a1afcb6b6ee5dadece [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Yi Tseng7a38f9a2017-06-09 14:36:40 -07003 '//incubator/api:onos-incubator-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
Ray Milkeyaeb00792016-04-20 16:15:21 -07006TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8 '//utils/osgi:onlab-osgi-tests',
9]
10
11osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070013 test_deps = TEST_DEPS,
14)
15
16onos_app (
Charles Chanc3142942016-05-05 17:42:14 -070017 app_name = 'org.onosproject.hostprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070018 title = 'Host Location Provider',
19 category = 'Provider',
20 url = 'http://onosproject.org',
21 description = 'ONOS host location provider.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)