mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
15 lines
275 B
Python
15 lines
275 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//incubator/api:onos-incubator-api",
|
|
]
|
|
|
|
osgi_jar(
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|
|
onos_app(
|
|
category = "Traffic Engineering",
|
|
description = "Proxy ARP/NDP application.",
|
|
title = "Proxy ARP/NDP",
|
|
url = "http://onosproject.org",
|
|
)
|