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