Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
| 2 | "//protocols/p4runtime/model:onos-protocols-p4runtime-model", |
| 3 | "//protocols/p4runtime/api:onos-protocols-p4runtime-api", |
Carmelo Cascone | fa42158 | 2018-09-13 10:05:57 -0700 | [diff] [blame] | 4 | "//providers/general/device:onos-providers-general-device", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | "//pipelines/basic:onos-pipelines-basic", |
| 6 | "//core/store/serializers:onos-core-serializers", |
Jonghwan Hyun | ed478dc | 2018-08-06 15:35:18 +0900 | [diff] [blame] | 7 | "//apps/inbandtelemetry/api:onos-apps-inbandtelemetry-api", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | BUNDLES = [ |
| 11 | "//pipelines/fabric:onos-pipelines-fabric", |
Jonghwan Hyun | ed478dc | 2018-08-06 15:35:18 +0900 | [diff] [blame] | 12 | "//apps/inbandtelemetry/api:onos-apps-inbandtelemetry-api", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests( |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 16 | test_deps = TEST_ADAPTERS, |
| 17 | deps = COMPILE_DEPS, |
| 18 | ) |
| 19 | |
| 20 | onos_app( |
| 21 | app_name = "org.onosproject.pipelines.fabric", |
| 22 | category = "Pipeline", |
| 23 | description = "Provides pipelines with CORD fabric underlay support.", |
| 24 | included_bundles = BUNDLES, |
| 25 | required_apps = [ |
| 26 | "org.onosproject.drivers.p4runtime", |
| 27 | "org.onosproject.pipelines.basic", |
| 28 | ], |
| 29 | title = "Fabric Pipeline", |
| 30 | url = "http://onosproject.org", |
| 31 | ) |