Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
| 2 | "//drivers/default:onos-drivers-default", |
| 3 | "//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi", |
| 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
| 7 | resources = glob(["src/main/resources/**"]), |
| 8 | resources_root = "src/main/resources", |
| 9 | test_deps = TEST_ADAPTERS, |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app( |
| 14 | app_name = "org.onosproject.drivers.flowspec", |
| 15 | category = "Drivers", |
| 16 | description = "Adds support for devices using flow specs.", |
Ray Milkey | 6ee38b8 | 2019-02-07 08:08:26 -0800 | [diff] [blame] | 17 | required_apps = [ |
| 18 | "org.onosproject.drivers", |
| 19 | "org.onosproject.flowspec-api", |
| 20 | ], |
Ray Milkey | 5c9e283 | 2018-06-26 18:37:12 -0700 | [diff] [blame] | 21 | title = "Generic Flow Spec Drivers", |
| 22 | url = "http://onosproject.org", |
| 23 | ) |