mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 00:41:10 +02:00
16 lines
392 B
Python
16 lines
392 B
Python
COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
|
|
"//core/store/serializers:onos-core-serializers",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
karaf_command_packages = ["org.onosproject.scalablegateway.cli"],
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|
|
onos_app(
|
|
category = "Traffic Engineering",
|
|
description = "Scalable gateway service",
|
|
title = "Scalable Gateway",
|
|
url = "http://onosproject.org",
|
|
)
|