HIGUCHI Yuta | c10c871 | 2016-05-23 16:41:17 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:openflowj', |
| 4 | '//protocols/openflow/api:onos-protocols-openflow-api', |
| 5 | '//drivers/default:onos-drivers-default', |
HIGUCHI Yuta | 652ec6b | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 6 | '//apps/optical-model:onos-apps-optical-model', |
HIGUCHI Yuta | c10c871 | 2016-05-23 16:41:17 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | resources_root = 'src/main/resources', |
| 12 | resources = glob(['src/main/resources/**']), |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
| 16 | title = 'Other optical Device Drivers', |
| 17 | category = 'Drivers', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'ONOS other optical Device Drivers application.', |
| 20 | required_apps = [ 'org.onosproject.drivers' ], |
| 21 | ) |