blob: ddb62afd56f2591fb9b219765806b9b38c872579 [file] [log] [blame]
Jovana Vuleta1de61262017-06-14 11:10:29 +02001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4 '//drivers/default:onos-drivers-default',
5 '//drivers/utilities:onos-drivers-utilities',
6 '//protocols/openflow/api:onos-protocols-openflow-api',
7]
8
9TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11 '//core/api:onos-api-tests',
12]
13
14osgi_jar_with_tests (
15 deps = COMPILE_DEPS,
16 test_deps = TEST_DEPS,
17 resources_root = 'src/main/resources',
18 resources = glob(['src/main/resources/**']),
19)
20
21onos_app (
22 app_name = 'org.onosproject.drivers.hp',
23 title = 'HP driver',
24 category = 'Drivers',
25 url = 'http://onosproject.org',
26 description = 'ONOS HP device drivers application.',
27 required_apps = [ 'org.onosproject.openflow' ],
28)