blob: 23ee9b78fb551642354b2e6e38eb72ab75f7ec1d [file] [log] [blame]
HIGUCHI Yuta07a9e562016-05-23 16:41:17 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4 '//protocols/openflow/api:onos-protocols-openflow-api',
5 '//drivers/default:onos-drivers-default',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10 resources_root = 'src/main/resources',
11 resources = glob(['src/main/resources/**']),
12)
13
14onos_app (
15 title = 'Other optical Device Drivers',
16 category = 'Drivers',
17 url = 'http://onosproject.org',
18 description = 'ONOS other optical Device Drivers application.',
19 required_apps = [ 'org.onosproject.drivers' ],
20)