blob: baeeed9aaf8c48626640a03c1872c35b4f967780 [file] [log] [blame]
Shashikanth VH8b1a5ef2016-12-26 14:37:43 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Shashikanth VH8b1a5ef2016-12-26 14:37:43 +05304 '//drivers/default:onos-drivers-default',
5 '//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//core/api:onos-api-tests',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16 resources_root = 'src/main/resources',
17 resources = glob(['src/main/resources/**']),
18)
19
20onos_app (
21 app_name = 'org.onosproject.drivers.flowspec',
22 title = 'Flow specification Device Drivers',
23 category = 'Drivers',
24 url = 'http://onosproject.org',
25 description = 'ONOS flow specification device drivers application.',
26 required_apps = [ 'org.onosproject.drivers'],
27)