blob: 11dad5684f107e2849843ac5a66852f78f7526f3 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + KRYO + [
"//protocols/p4runtime/model:onos-protocols-p4runtime-model",
"//protocols/p4runtime/api:onos-protocols-p4runtime-api",
"//providers/general/device:onos-providers-general-device",
"//pipelines/basic:onos-pipelines-basic",
"//core/store/serializers:onos-core-serializers",
"//apps/inbandtelemetry/api:onos-apps-inbandtelemetry-api",
]
BUNDLES = [
"//pipelines/fabric:onos-pipelines-fabric",
"//apps/inbandtelemetry/api:onos-apps-inbandtelemetry-api",
]
osgi_jar_with_tests(
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.pipelines.fabric",
category = "Pipeline",
description = "Provides pipelines with CORD fabric underlay support.",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.drivers.p4runtime",
"org.onosproject.pipelines.basic",
],
title = "Fabric Pipeline",
url = "http://onosproject.org",
)