Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "@minimal_json//jar", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 3 | "//protocols/p4runtime/model:onos-protocols-p4runtime-model", |
| 4 | "//protocols/p4runtime/api:onos-protocols-p4runtime-api", |
| 5 | ] |
| 6 | |
| 7 | BUNDLES = [ |
| 8 | "//pipelines/basic:onos-pipelines-basic", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | osgi_jar( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 15 | onos_app( |
| 16 | app_name = "org.onosproject.pipelines.basic", |
| 17 | category = "Pipeline", |
| 18 | description = "Provides pipelines with basic L2/L3 forwarding capabilities and packet-in/out " + |
| 19 | "support.", |
| 20 | included_bundles = BUNDLES, |
| 21 | required_apps = [ |
| 22 | "org.onosproject.drivers.p4runtime", |
| 23 | ], |
| 24 | title = "Basic Pipelines", |
| 25 | url = "http://onosproject.org", |
| 26 | ) |