Shashikanth VH | 8b1a5ef | 2016-12-26 14:37:43 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//drivers/default:onos-drivers-default', |
| 4 | '//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
| 9 | '//core/api:onos-api-tests', |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests ( |
| 13 | deps = COMPILE_DEPS, |
| 14 | test_deps = TEST_DEPS, |
| 15 | resources_root = 'src/main/resources', |
| 16 | resources = glob(['src/main/resources/**']), |
| 17 | ) |
| 18 | |
| 19 | onos_app ( |
| 20 | app_name = 'org.onosproject.drivers.flowspec', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 21 | title = 'Generic Flow Spec Drivers', |
Shashikanth VH | 8b1a5ef | 2016-12-26 14:37:43 +0530 | [diff] [blame] | 22 | category = 'Drivers', |
| 23 | url = 'http://onosproject.org', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 24 | description = 'Adds support for devices using flow specs.', |
Shashikanth VH | 8b1a5ef | 2016-12-26 14:37:43 +0530 | [diff] [blame] | 25 | required_apps = [ 'org.onosproject.drivers'], |
| 26 | ) |